Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpage-flags.h91 PG_tail, /* A tail page */ enumerator
404 return page->flags & ((1L << PG_head) | (1L << PG_tail)); in __PAGEFLAG()
/linux-4.1.27/mm/
Ddebug.c30 {1UL << PG_tail, "tail" },
Dmemory-failure.c818 #define tail (1UL << PG_tail)