Home
last modified time | relevance | path

Searched defs:kmem_cache_alloc_node (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dslob.c643 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node() function
H A Dslab.c3596 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_cache_alloc_node() function
H A Dslub.c2990 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) in kmem_cache_alloc_node() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dslab.h433 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() function