Home
last modified time | relevance | path

Searched refs:kfence_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkfence.h118 static __always_inline void *kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) in kfence_alloc() function
233 static inline void *kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) { return NULL; } in kfence_alloc() function
/linux/Documentation/dev-tools/
H A Dkfence.rst315 kfence_alloc kfence_free __kfence_free
/linux/mm/
H A Dslub.c4847 object = kfence_alloc(s, orig_size, gfpflags); in slab_alloc_node()
5165 ret = kfence_alloc(s, s->object_size, gfp); in kmem_cache_alloc_from_sheaf_noprof()
7247 kfence_obj = kfence_alloc(s, s->object_size, flags); in kmem_cache_alloc_bulk_noprof()