Searched refs:native_pudp_get_and_clear (Results 1 – 4 of 4) sorted by relevance
68 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear() function73 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) macro
113 static inline pud_t native_pudp_get_and_clear(pud_t *pudp) in native_pudp_get_and_clear() function120 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) macro
127 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear() function
1347 pud_t pud = native_pudp_get_and_clear(pudp); in pudp_huge_get_and_clear()