Searched refs:alloc_tag_counters (Results 1 – 1 of 1) sorted by relevance
18 struct alloc_tag_counters { struct30 struct alloc_tag_counters __percpu *counters; argument97 DECLARE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);108 static DEFINE_PER_CPU(struct alloc_tag_counters, _alloc_tag_cntr); \125 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()127 struct alloc_tag_counters v = { 0, 0 }; in alloc_tag_read()128 struct alloc_tag_counters *counter; in alloc_tag_read()