Home
last modified time | relevance | path

Searched refs:alloc_tag_counters (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dalloc_tag.h18 struct alloc_tag_counters { struct
30 struct alloc_tag_counters __percpu *counters; argument
97 DECLARE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);
118 static DEFINE_PER_CPU(struct alloc_tag_counters, _alloc_tag_cntr); \
137 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()
139 struct alloc_tag_counters v = { 0, 0 }; in alloc_tag_read()
140 struct alloc_tag_counters *counter; in alloc_tag_read()
/linux/lib/
H A Dalloc_tag.c29 DEFINE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);
90 struct alloc_tag_counters counter = alloc_tag_read(tag); in alloc_tag_to_text()
140 struct alloc_tag_counters counter = alloc_tag_read(ct_to_alloc_tag(ct)); in alloc_tag_top_users()
345 struct alloc_tag_counters counter; in clean_unused_counters()
584 struct alloc_tag_counters counter; in release_module_tags()
621 tag->counters = alloc_percpu(struct alloc_tag_counters); in load_module()
/linux/mm/
H A Dshow_mem.c432 struct alloc_tag_counters counter = alloc_tag_read(tag); in __show_mem()