Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dpage_owner.py19 PAGE_EXT_OWNER_ALLOCATED = constants.LX_PAGE_EXT_OWNER_ALLOCATED variable
117 if mm.test_bit(PAGE_EXT_OWNER_ALLOCATED, page_ext['flags'].address):
122 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER_ALLOCATED)):
169 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER_ALLOCATED)):
H A Dconstants.py.in106 LX_GDBPARSED(PAGE_EXT_OWNER_ALLOCATED)
/linux/mm/
H A Dpage_owner.c254 __set_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags); in __update_page_owner_handle()
272 __clear_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags); in __update_page_owner_free_handle()
468 if (!test_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags)) in pagetypeinfo_showmixedcount_print()
616 if (test_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags)) in __dump_page_owner()
711 if (!test_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags)) in read_page_owner()