Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dalloc_tag.h28 struct alloc_tag { struct
34 struct alloc_tag *first_tag; argument
41 struct alloc_tag *first_tag;
86 static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct) in ct_to_alloc_tag()
88 return container_of(ct, struct alloc_tag, ct); in ct_to_alloc_tag()
100 static struct alloc_tag _alloc_tag __used __aligned(8) \
110 static struct alloc_tag _alloc_tag __used __aligned(8) \
119 static struct alloc_tag _alloc_tag __used __aligned(8) \
139 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()
155 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check()
[all …]
H A Dsched.h861 struct alloc_tag *alloc_tag; member
2350 static __always_inline struct alloc_tag *alloc_tag_save(struct alloc_tag *tag) in alloc_tag_save()
2352 swap(current->alloc_tag, tag); in alloc_tag_save()
2356 static __always_inline void alloc_tag_restore(struct alloc_tag *tag, struct alloc_tag *old) in alloc_tag_restore()
2359 WARN(current->alloc_tag != tag, "current->alloc_tag was changed:\n"); in alloc_tag_restore()
2361 current->alloc_tag = old; in alloc_tag_restore()
/linux/lib/
H A Dalloc_tag.c19 #define MODULE_ALLOC_TAG_VMAP_SIZE (100000UL * sizeof(struct alloc_tag))
106 struct alloc_tag *tag = ct_to_alloc_tag(ct); in alloc_tag_to_text()
186 struct alloc_tag *tag; in pgalloc_tag_split()
213 struct alloc_tag *tag_old, *tag_new; in pgalloc_tag_swap()
264 struct alloc_tag *last_codetag; in alloc_tag_sec_init()
272 kernel_tags.first_tag = (struct alloc_tag *)kallsyms_lookup_name( in alloc_tag_sec_init()
274 last_codetag = (struct alloc_tag *)kallsyms_lookup_name( in alloc_tag_sec_init()
310 if (val % sizeof(struct alloc_tag) == 0) in alloc_tag_align()
312 return ((val / sizeof(struct alloc_tag)) + 1) * sizeof(struct alloc_tag); in alloc_tag_align()
326 if (!IS_ALIGNED(sizeof(struct alloc_tag), align)) in ensure_alignment()
[all …]
H A Drhashtable.c143 ntbl = alloc_hooks_tag(ht->alloc_tag, in nested_table_alloc()
171 tbl = alloc_hooks_tag(ht->alloc_tag, in nested_bucket_table_alloc()
196 tbl = alloc_hooks_tag(ht->alloc_tag, in bucket_table_alloc()
1181 alloc_tag_record(ht->alloc_tag); in __rhashtable_init_noprof()
H A DMakefile200 obj-$(CONFIG_MEM_ALLOC_PROFILING) += alloc_tag.o
/linux/mm/
H A Dslub.c2367 alloc_tag_add(&obj_ext->ref, current->alloc_tag, s->size); in __alloc_tagging_slab_alloc_hook()
2370 alloc_tag_set_inaccurate(current->alloc_tag); in __alloc_tagging_slab_alloc_hook()
/linux/
H A DMAINTAINERS16920 F: include/linux/alloc_tag.h
16922 F: lib/alloc_tag.c