Searched refs:PG_head (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | page-flags.h | 100 PG_head, /* Must be in bit 6 */ enumerator 220 test_bit(PG_head, &page->flags.f)) { in page_fixed_fake_head() 328 return test_bit(PG_head, &page->flags.f) || in PageCompound() 352 VM_BUG_ON_PGFLAGS(n > 0 && !test_bit(PG_head, &page->flags.f), page); in const_folio_flags() 361 VM_BUG_ON_PGFLAGS(n > 0 && !test_bit(PG_head, &page->flags.f), page); in folio_flags() 844 return test_bit(PG_head, const_folio_flags(folio, FOLIO_PF_ANY)); in folio_test_head() 850 return test_bit(PG_head, &page->flags.f) && !page_is_fake_head(page); in PageHead() 891 #define PG_head_mask ((1UL << PG_head)) in FOLIO_FLAG()
|
| H A D | mm.h | 1435 if (!test_bit(PG_head, &folio->flags.f)) in compound_order() 2521 if (!test_bit(PG_head, &folio->flags.f)) in compound_nr()
|
| /linux/Documentation/mm/ |
| H A D | vmemmap_dedup.rst | 177 more than one ``struct page`` struct with ``PG_head`` (e.g. 8 per 2 MB HugeTLB 180 ``struct page`` with ``PG_head`` are fake head ``struct page``. We need an 183 parameter is the tail ``struct page`` but with ``PG_head``.
|
| H A D | transhuge.rst | 142 page to the tail pages before clearing all PG_head/tail bits from the page
|
| /linux/fs/proc/ |
| H A D | page.c | 185 u |= kpf_copy_bit(k, KPF_COMPOUND_HEAD, PG_head); in stable_page_flags()
|
| /linux/mm/ |
| H A D | memory-failure.c | 1213 #define head (1UL << PG_head)
|