Lines Matching refs:alloc_hooks
146 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__))
149 #define vzalloc(...) alloc_hooks(vzalloc_noprof(__VA_ARGS__))
152 #define vmalloc_user(...) alloc_hooks(vmalloc_user_noprof(__VA_ARGS__))
155 #define vmalloc_node(...) alloc_hooks(vmalloc_node_noprof(__VA_ARGS__))
158 #define vzalloc_node(...) alloc_hooks(vzalloc_node_noprof(__VA_ARGS__))
161 #define vmalloc_32(...) alloc_hooks(vmalloc_32_noprof(__VA_ARGS__))
164 #define vmalloc_32_user(...) alloc_hooks(vmalloc_32_user_noprof(__VA_ARGS__))
167 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))
173 #define __vmalloc_node_range(...) alloc_hooks(__vmalloc_node_range_noprof(__VA_ARGS__))
177 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
180 #define vmalloc_huge(...) alloc_hooks(vmalloc_huge_noprof(__VA_ARGS__))
183 #define __vmalloc_array(...) alloc_hooks(__vmalloc_array_noprof(__VA_ARGS__))
186 #define vmalloc_array(...) alloc_hooks(vmalloc_array_noprof(__VA_ARGS__))
189 #define __vcalloc(...) alloc_hooks(__vcalloc_noprof(__VA_ARGS__))
192 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__))
196 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__))