Searched refs:_do_alloc (Results 1 – 1 of 1) sorted by relevance
249 #define alloc_hooks_tag(_tag, _do_alloc) \ argument251 typeof(_do_alloc) _res; \255 _res = _do_alloc; \258 _res = _do_alloc; \262 #define alloc_hooks(_do_alloc) \ argument265 alloc_hooks_tag(&_alloc_tag, _do_alloc); \