Home
last modified time | relevance | path

Searched refs:_pmd (Results 1 – 1 of 1) sorted by relevance

/fs/
Duserfaultfd.c285 pmd_t *pmd, _pmd; in userfaultfd_must_wait() local
309 _pmd = READ_ONCE(*pmd); in userfaultfd_must_wait()
310 if (pmd_none(_pmd)) in userfaultfd_must_wait()
314 if (!pmd_present(_pmd)) in userfaultfd_must_wait()
317 if (pmd_trans_huge(_pmd)) in userfaultfd_must_wait()