Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dpage_owner.py17 PAGE_EXT_OWNER = constants.LX_PAGE_EXT_OWNER variable
113 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER)):
166 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER)):
H A Dconstants.py.in105 LX_GDBPARSED(PAGE_EXT_OWNER)
/linux/mm/
H A Dpage_owner.c253 __set_bit(PAGE_EXT_OWNER, &page_ext->flags); in __update_page_owner_handle()
390 * Do not proactively clear PAGE_EXT_OWNER{_ALLOCATED} bits as the folio in __folio_copy_owner()
610 if (!test_bit(PAGE_EXT_OWNER, &page_ext->flags)) { in __dump_page_owner()
704 if (!test_bit(PAGE_EXT_OWNER, &page_ext->flags)) in read_page_owner()
812 if (test_bit(PAGE_EXT_OWNER, &page_ext->flags)) in init_pages_in_zone()