Searched refs:PF_NO_TAIL (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | page-flags.h | 356 #define PF_NO_TAIL(page, enforce) ({ \ macro 471 __PAGEFLAG(Locked, locked, PF_NO_TAIL) 473 PAGEFLAG(Error, error, PF_NO_TAIL) TESTCLEARFLAG(Error, error, PF_NO_TAIL) 485 __PAGEFLAG(Slab, slab, PF_NO_TAIL) 486 __PAGEFLAG(SlobFree, slob_free, PF_NO_TAIL) 500 PAGEFLAG(SwapBacked, swapbacked, PF_NO_TAIL) in PAGEFLAG() 523 PAGEFLAG(Reclaim, reclaim, PF_NO_TAIL) in PAGEFLAG() 524 TESTCLEARFLAG(Reclaim, reclaim, PF_NO_TAIL) in PAGEFLAG() 562 PAGEFLAG(Mlocked, mlocked, PF_NO_TAIL) 564 TESTSCFLAG(Mlocked, mlocked, PF_NO_TAIL) [all …]
|
Completed in 5 milliseconds