Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslab.h516 static __always_inline __alloc_size(1) void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() function
583 return kmalloc_large(size, flags); in kmalloc()
/linux/mm/
A Dslub.c4412 return kmalloc_large(size, flags); in __kmalloc()
4918 return kmalloc_large(size, gfpflags); in __kmalloc_track_caller()

Completed in 15 milliseconds