Home
last modified time | relevance | path

Searched refs:alloc_tag_ref_offs (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpgalloc_tag.h16 extern int alloc_tag_ref_offs;
110 idx = (page->flags.f >> alloc_tag_ref_offs) & in get_page_tag_ref()
151 idx = (idx & alloc_tag_ref_mask) << alloc_tag_ref_offs; in update_page_tag_ref()
155 flags &= ~(alloc_tag_ref_mask << alloc_tag_ref_offs); in update_page_tag_ref()
/linux/lib/
H A Dalloc_tag.c42 int alloc_tag_ref_offs; variable
270 alloc_tag_ref_offs = (LRU_REFS_PGOFF - NR_UNUSED_PAGEFLAG_BITS); in alloc_tag_sec_init()