Home
last modified time | relevance | path

Searched refs:alloc_tag_read (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dalloc_tag.c107 struct alloc_tag_counters counter = alloc_tag_read(tag); in alloc_tag_to_text()
159 struct alloc_tag_counters counter = alloc_tag_read(ct_to_alloc_tag(ct)); in alloc_tag_top_users()
369 counter = alloc_tag_read(tag); in clean_unused_counters()
609 counter = alloc_tag_read(tag); in release_module_tags()
/linux/include/linux/
H A Dalloc_tag.h139 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read() function