Home
last modified time | relevance | path

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

/include/linux/
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()
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 …]
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()
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()
A Dcodetag.h32 union codetag_ref { union
A Dmemcontrol.h1468 union codetag_ref ref;

Completed in 11 milliseconds