Home
last modified time | relevance | path

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

/include/linux/
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()
141 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check()
150 static inline void alloc_tag_sub_check(union codetag_ref *ref) in alloc_tag_sub_check()
155 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check()
156 static inline void alloc_tag_sub_check(union codetag_ref *ref) {} in alloc_tag_sub_check()
160 static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in __alloc_tag_ref_set()
170 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set()
[all …]
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()
Dcodetag.h32 union codetag_ref { union
Dmemcontrol.h1552 union codetag_ref ref;