Searched refs:codetag_ref (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | alloc_tag.h | 52 static inline bool is_codetag_empty(union codetag_ref *ref) in is_codetag_empty() 57 static inline void set_codetag_empty(union codetag_ref *ref) in set_codetag_empty() 65 static inline bool is_codetag_empty(union codetag_ref *ref) { return false; } in is_codetag_empty() 67 static inline void set_codetag_empty(union codetag_ref *ref) in set_codetag_empty() 153 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check() 162 static inline void alloc_tag_sub_check(union codetag_ref *ref) in alloc_tag_sub_check() 168 static inline void alloc_tag_sub_check(union codetag_ref *ref) {} in alloc_tag_sub_check() 182 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set() 203 static inline void alloc_tag_sub(union codetag_ref *ref, size_t bytes) in alloc_tag_sub() 230 static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, in alloc_tag_add() [all …]
|
| H A D | pgalloc_tag.h | 24 union codetag_ref *ref; /* reference in page extension */ 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() 101 static inline bool get_page_tag_ref(struct page *page, union codetag_ref *ref, in get_page_tag_ref() 115 union codetag_ref *tmp; in get_page_tag_ref() 121 tmp = (union codetag_ref *)page_ext_data(page_ext, &page_alloc_tagging_ops); in get_page_tag_ref() 138 static inline void update_page_tag_ref(union pgtag_ref_handle handle, union codetag_ref *ref) in update_page_tag_ref() 179 union codetag_ref ref; in __pgalloc_tag_get()
|
| H A D | codetag.h | 32 union codetag_ref { union
|
| H A D | memcontrol.h | 1486 union codetag_ref ref;
|
| /linux-6.15/lib/ |
| H A D | alloc_tag.c | 183 union codetag_ref ref; in pgalloc_tag_split() 197 union codetag_ref ref_old, ref_new; in pgalloc_tag_swap() 770 .size = sizeof(union codetag_ref),
|
| /linux-6.15/mm/ |
| H A D | percpu-internal.h | 40 union codetag_ref tag;
|
| H A D | page_alloc.c | 1104 union codetag_ref ref; in __clear_page_tag_ref() 1119 union codetag_ref ref; in __pgalloc_tag_add() 1140 union codetag_ref ref; in __pgalloc_tag_sub()
|