Searched refs:alloc_tag_counters (Results 1 – 3 of 3) sorted by relevance
18 struct alloc_tag_counters { struct30 struct alloc_tag_counters __percpu *counters; argument75 DECLARE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);86 static DEFINE_PER_CPU(struct alloc_tag_counters, _alloc_tag_cntr); \103 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()105 struct alloc_tag_counters v = { 0, 0 }; in alloc_tag_read()106 struct alloc_tag_counters *counter; in alloc_tag_read()
13 DEFINE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);76 struct alloc_tag_counters counter = alloc_tag_read(tag); in alloc_tag_to_text()123 struct alloc_tag_counters counter = alloc_tag_read(ct_to_alloc_tag(ct)); in alloc_tag_top_users()156 struct alloc_tag_counters counter; in alloc_tag_module_unload()
437 struct alloc_tag_counters counter = alloc_tag_read(tag); in __show_mem()
Completed in 8 milliseconds