Symbol: codetag_ref
include/linux/alloc_tag.h
153
static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag)
include/linux/alloc_tag.h
162
static inline void alloc_tag_sub_check(union codetag_ref *ref)
include/linux/alloc_tag.h
167
static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {}
include/linux/alloc_tag.h
168
static inline void alloc_tag_sub_check(union codetag_ref *ref) {}
include/linux/alloc_tag.h
172
static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag)
include/linux/alloc_tag.h
182
static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag)
include/linux/alloc_tag.h
197
static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, size_t bytes)
include/linux/alloc_tag.h
203
static inline void alloc_tag_sub(union codetag_ref *ref, size_t bytes)
include/linux/alloc_tag.h
240
static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag,
include/linux/alloc_tag.h
242
static inline void alloc_tag_sub(union codetag_ref *ref, size_t bytes) {}
include/linux/alloc_tag.h
52
static inline bool is_codetag_empty(union codetag_ref *ref)
include/linux/alloc_tag.h
57
static inline void set_codetag_empty(union codetag_ref *ref)
include/linux/alloc_tag.h
65
static inline bool is_codetag_empty(union codetag_ref *ref) { return false; }
include/linux/alloc_tag.h
67
static inline void set_codetag_empty(union codetag_ref *ref)
include/linux/memcontrol.h
1465
union codetag_ref ref;
include/linux/pgalloc_tag.h
101
static inline bool get_page_tag_ref(struct page *page, union codetag_ref *ref,
include/linux/pgalloc_tag.h
116
union codetag_ref *tmp;
include/linux/pgalloc_tag.h
122
tmp = (union codetag_ref *)page_ext_data(page_ext, &page_alloc_tagging_ops);
include/linux/pgalloc_tag.h
139
static inline void update_page_tag_ref(union pgtag_ref_handle handle, union codetag_ref *ref)
include/linux/pgalloc_tag.h
180
union codetag_ref ref;
include/linux/pgalloc_tag.h
24
union codetag_ref *ref; /* reference in page extension */
include/linux/pgalloc_tag.h
63
static inline void idx_to_ref(pgalloc_tag_idx idx, union codetag_ref *ref)
include/linux/pgalloc_tag.h
81
static inline pgalloc_tag_idx ref_to_idx(union codetag_ref *ref)
lib/alloc_tag.c
182
union codetag_ref ref;
lib/alloc_tag.c
196
union codetag_ref ref_old, ref_new;
lib/alloc_tag.c
766
.size = sizeof(union codetag_ref),
mm/page_alloc.c
1275
union codetag_ref ref;
mm/page_alloc.c
1290
union codetag_ref ref;
mm/page_alloc.c
1311
union codetag_ref ref;
mm/percpu-internal.h
40
union codetag_ref tag;