Home
last modified time | relevance | path

Searched refs:kmalloc_array_node (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dslab.h630 static inline void *kmalloc_array_node(size_t n, size_t size, gfp_t flags, in kmalloc_array_node() function
644 return kmalloc_array_node(n, size, flags | __GFP_ZERO, node); in kcalloc_node()