Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dalloc_tag.h52 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()
167 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check()
168 static inline void alloc_tag_sub_check(union codetag_ref *ref) {} in alloc_tag_sub_check()
172 static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in __alloc_tag_ref_set()
182 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set()
[all …]
H A Dpgalloc_tag.h24 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()
116 union codetag_ref *tmp; in get_page_tag_ref()
122 tmp = (union codetag_ref *)page_ext_data(page_ext, &page_alloc_tagging_ops); in get_page_tag_ref()
139 static inline void update_page_tag_ref(union pgtag_ref_handle handle, union codetag_ref *ref) in update_page_tag_ref()
180 union codetag_ref ref; in __pgalloc_tag_get()
H A Dcodetag.h35 union codetag_ref { union
H A Dmemcontrol.h1451 union codetag_ref ref;
/linux/lib/
H A Dalloc_tag.c182 union codetag_ref ref; in pgalloc_tag_split()
196 union codetag_ref ref_old, ref_new; in pgalloc_tag_swap()
765 .size = sizeof(union codetag_ref),
/linux/mm/
H A Dpercpu-internal.h40 union codetag_ref tag;
H A Dpage_alloc.c1276 union codetag_ref ref; in __clear_page_tag_ref()
1291 union codetag_ref ref; in __pgalloc_tag_add()
1312 union codetag_ref ref; in __pgalloc_tag_sub()