Home
last modified time | relevance | path

Searched defs:kmem_cache_alloc (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/
Dlinux_compat.c39 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc() function
/third_party/e2fsprogs/e2fsck/
Djfs_user.h88 #define kmem_cache_alloc(cache, flags) malloc((cache)->object_length) macro