Searched refs:_do_alloc (Results 1 – 1 of 1) sorted by relevance
225 #define alloc_hooks_tag(_tag, _do_alloc) \ argument227 typeof(_do_alloc) _res; \231 _res = _do_alloc; \234 _res = _do_alloc; \238 #define alloc_hooks(_do_alloc) \ argument241 alloc_hooks_tag(&_alloc_tag, _do_alloc); \