Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpage-flags.h121 PG_head, /* A head page */ enumerator
199 return test_bit(PG_head, &page->flags) || PageTail(page); in PageCompound()
591 #define PG_head_mask ((1UL << PG_head))
/Linux-v5.10/include/trace/events/
Dmmflags.h105 {1UL << PG_head, "head" }, \
/Linux-v5.10/Documentation/vm/
Dtranshuge.rst152 page to the tail pages before clearing all PG_head/tail bits from the page
/Linux-v5.10/mm/
Dmemory-failure.c857 #define head (1UL << PG_head)