Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkfence.h100 void *__kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags);
129 return __kfence_alloc(s, size, flags); in kfence_alloc()
/linux/mm/kfence/
H A Dcore.c1066 void *__kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) in __kfence_alloc() function
1147 * Read locklessly -- if there is a race with __kfence_alloc(), this is in kfence_ksize()
1158 * Read locklessly -- if there is a race with __kfence_alloc(), this is in kfence_object_start()
1245 * We may race with __kfence_alloc(), and it is possible that a in kfence_handle_page_fault()