Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dkfence.h118 static __always_inline void *kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) in kfence_alloc() function
232 static inline void *kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) { return NULL; } in kfence_alloc() function
/linux-6.12.1/Documentation/dev-tools/
Dkfence.rst315 kfence_alloc kfence_free __kfence_free
/linux-6.12.1/mm/
Dslub.c4118 object = kfence_alloc(s, orig_size, gfpflags); in slab_alloc_node()
4871 void *object = kfence_alloc(s, s->object_size, flags); in __kmem_cache_alloc_bulk()
4931 void *object = kfence_alloc(s, s->object_size, flags); in __kmem_cache_alloc_bulk()