Home
last modified time | relevance | path

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

/include/linux/
Dpgalloc_tag.h21 typedef u16 pgalloc_tag_idx; typedef
37 static inline struct alloc_tag *module_idx_to_tag(pgalloc_tag_idx idx) in module_idx_to_tag()
42 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx()
49 static inline struct alloc_tag *module_idx_to_tag(pgalloc_tag_idx idx) in module_idx_to_tag()
55 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx()
63 static inline void idx_to_ref(pgalloc_tag_idx idx, union codetag_ref *ref) in idx_to_ref()
81 static inline pgalloc_tag_idx ref_to_idx(union codetag_ref *ref) in ref_to_idx()
108 pgalloc_tag_idx idx; in get_page_tag_ref()