Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dalloc_tag.h99 #define DEFINE_ALLOC_TAG(_alloc_tag) \ argument
100 static struct alloc_tag _alloc_tag __used __aligned(8) \
107 #define DEFINE_ALLOC_TAG(_alloc_tag) \ argument
109 static struct alloc_tag _alloc_tag __used __aligned(8) \
216 #define DEFINE_ALLOC_TAG(_alloc_tag) argument
240 DEFINE_ALLOC_TAG(_alloc_tag); \
241 alloc_hooks_tag(&_alloc_tag, _do_alloc); \