Searched refs:pmd_xchg (Results 1 – 2 of 2) sorted by relevance
93 static inline bool pmd_xchg(pmd_t *pmdp, pmd_t old, pmd_t new) in pmd_xchg() function
52 } while (!pmd_xchg(pmdp, __pmd(old_pmd), __pmd(new_pmd))); in __hash_page_thp()
Completed in 4 milliseconds