Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/mm/kfence/
H A Dcore.c1047 void *__kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) in __kfence_alloc() function
1125 * Read locklessly -- if there is a race with __kfence_alloc(), this is in kfence_ksize()
1136 * Read locklessly -- if there is a race with __kfence_alloc(), this is in kfence_object_start()
1215 * We may race with __kfence_alloc(), and it is possible that a in kfence_handle_page_fault()

Completed in 4 milliseconds