Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpage-flags.h86 PG_head, /* A head page */ enumerator
156 return test_bit(PG_head, &page->flags) || PageTail(page); in PageCompound()
525 #define PG_head_mask ((1UL << PG_head))
/Linux-v4.19/include/trace/events/
Dmmflags.h98 {1UL << PG_head, "head" }, \
/Linux-v4.19/Documentation/vm/
Dtranshuge.rst157 page to the tail pages before clearing all PG_head/tail bits from the page
/Linux-v4.19/mm/
Dmemory-failure.c829 #define head (1UL << PG_head)