Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dalloc_tag.h237 #define alloc_hooks_tag(_tag, _do_alloc) \ macro
253 alloc_hooks_tag(&_alloc_tag, _do_alloc); \
/linux/lib/ !
H A Drhashtable.c133 ntbl = alloc_hooks_tag(ht->alloc_tag, in nested_table_alloc()
161 tbl = alloc_hooks_tag(ht->alloc_tag, in nested_bucket_table_alloc()
186 tbl = alloc_hooks_tag(ht->alloc_tag, in bucket_table_alloc()
/linux/Documentation/mm/ !
H A Dallocation-profiling.rst104 alloc_hooks_tag(ht->your_saved_tag, kmalloc_noprof(...))