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) \
109 #define DEFINE_ALLOC_TAG(_alloc_tag) \ argument
110 static struct alloc_tag _alloc_tag __used __aligned(8) \
117 #define DEFINE_ALLOC_TAG(_alloc_tag) \ argument
119 static struct alloc_tag _alloc_tag __used __aligned(8) \
238 #define DEFINE_ALLOC_TAG(_alloc_tag) argument
264 DEFINE_ALLOC_TAG(_alloc_tag); \
265 alloc_hooks_tag(&_alloc_tag, _do_alloc); \