Lines Matching refs:node

798 				   int node) __assume_slab_alignment __malloc;
825 void *__kmalloc_node_noprof(DECL_BUCKET_PARAMS(size, b), gfp_t flags, int node)
832 int node, size_t size)
838 void *__kmalloc_large_node_noprof(size_t size, gfp_t flags, int node)
919 static __always_inline __alloc_size(1) void *kmalloc_node_noprof(size_t size, gfp_t flags, int node) in kmalloc_node_noprof() argument
925 return __kmalloc_large_node_noprof(size, flags, node); in kmalloc_node_noprof()
930 flags, node, size); in kmalloc_node_noprof()
932 return __kmalloc_node_noprof(PASS_BUCKET_PARAMS(size, NULL), flags, node); in kmalloc_node_noprof()
991 void *__kmalloc_node_track_caller_noprof(DECL_BUCKET_PARAMS(size, b), gfp_t flags, int node,
993 #define kmalloc_node_track_caller_noprof(size, flags, node, caller) \ argument
994 __kmalloc_node_track_caller_noprof(PASS_BUCKET_PARAMS(size, NULL), flags, node, caller)
1012 int node) in kmalloc_array_node_noprof() argument
1019 return kmalloc_node_noprof(bytes, flags, node); in kmalloc_array_node_noprof()
1020 return __kmalloc_node_noprof(PASS_BUCKET_PARAMS(bytes, NULL), flags, node); in kmalloc_array_node_noprof()
1044 void *__kvmalloc_node_noprof(DECL_BUCKET_PARAMS(size, b), gfp_t flags, int node) __alloc_size(1);
1045 #define kvmalloc_node_noprof(size, flags, node) \ argument
1046 __kvmalloc_node_noprof(PASS_BUCKET_PARAMS(size, NULL), flags, node)
1058 kvmalloc_array_node_noprof(size_t n, size_t size, gfp_t flags, int node) in kvmalloc_array_node_noprof() argument
1065 return kvmalloc_node_noprof(bytes, flags, node); in kvmalloc_array_node_noprof()