Home
last modified time | relevance | path

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

/include/linux/
A Dpgalloc_tag.h39 return &module_tags.first_tag[idx - kernel_tags.count]; in module_idx_to_tag()
44 return CODETAG_ID_FIRST + kernel_tags.count + (tag - module_tags.first_tag); in module_tag_to_idx()
75 &kernel_tags.first_tag[idx].ct : in idx_to_ref()
92 if (tag >= kernel_tags.first_tag && tag < kernel_tags.first_tag + kernel_tags.count) in ref_to_idx()
93 return CODETAG_ID_FIRST + (tag - kernel_tags.first_tag); in ref_to_idx()
A Dalloc_tag.h34 struct alloc_tag *first_tag; member
41 struct alloc_tag *first_tag; member

Completed in 5 milliseconds