Home
last modified time | relevance | path

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

/include/linux/
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) \
228 #define DEFINE_ALLOC_TAG(_alloc_tag) argument
252 DEFINE_ALLOC_TAG(_alloc_tag); \
253 alloc_hooks_tag(&_alloc_tag, _do_alloc); \

Completed in 4 milliseconds