Lines Matching refs:alloc_hooks
144 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__))
147 #define vzalloc(...) alloc_hooks(vzalloc_noprof(__VA_ARGS__))
150 #define vmalloc_user(...) alloc_hooks(vmalloc_user_noprof(__VA_ARGS__))
153 #define vmalloc_node(...) alloc_hooks(vmalloc_node_noprof(__VA_ARGS__))
156 #define vzalloc_node(...) alloc_hooks(vzalloc_node_noprof(__VA_ARGS__))
159 #define vmalloc_32(...) alloc_hooks(vmalloc_32_noprof(__VA_ARGS__))
162 #define vmalloc_32_user(...) alloc_hooks(vmalloc_32_user_noprof(__VA_ARGS__))
165 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))
171 #define __vmalloc_node_range(...) alloc_hooks(__vmalloc_node_range_noprof(__VA_ARGS__))
175 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
178 #define vmalloc_huge(...) alloc_hooks(vmalloc_huge_noprof(__VA_ARGS__))
181 #define __vmalloc_array(...) alloc_hooks(__vmalloc_array_noprof(__VA_ARGS__))
184 #define vmalloc_array(...) alloc_hooks(vmalloc_array_noprof(__VA_ARGS__))
187 #define __vcalloc(...) alloc_hooks(__vcalloc_noprof(__VA_ARGS__))
190 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__))
194 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__))