Lines Matching refs:alloc_hooks
139 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__))
142 #define vzalloc(...) alloc_hooks(vzalloc_noprof(__VA_ARGS__))
145 #define vmalloc_user(...) alloc_hooks(vmalloc_user_noprof(__VA_ARGS__))
148 #define vmalloc_node(...) alloc_hooks(vmalloc_node_noprof(__VA_ARGS__))
151 #define vzalloc_node(...) alloc_hooks(vzalloc_node_noprof(__VA_ARGS__))
154 #define vmalloc_32(...) alloc_hooks(vmalloc_32_noprof(__VA_ARGS__))
157 #define vmalloc_32_user(...) alloc_hooks(vmalloc_32_user_noprof(__VA_ARGS__))
160 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))
166 #define __vmalloc_node_range(...) alloc_hooks(__vmalloc_node_range_noprof(__VA_ARGS__))
170 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
173 #define vmalloc_huge(...) alloc_hooks(vmalloc_huge_noprof(__VA_ARGS__))
176 #define __vmalloc_array(...) alloc_hooks(__vmalloc_array_noprof(__VA_ARGS__))
179 #define vmalloc_array(...) alloc_hooks(vmalloc_array_noprof(__VA_ARGS__))
182 #define __vcalloc(...) alloc_hooks(__vcalloc_noprof(__VA_ARGS__))
185 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__))
189 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__))