Searched refs:kfence_alloc (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | kfence.h | 118 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/Documentation/dev-tools/ |
H A D | kfence.rst | 315 kfence_alloc kfence_free __kfence_free
|
/linux/mm/ |
H A D | slub.c | 4152 object = kfence_alloc(s, orig_size, gfpflags); in slab_alloc_node() 5025 void *object = kfence_alloc(s, s->object_size, flags); in __kmem_cache_alloc_bulk() 5085 void *object = kfence_alloc(s, s->object_size, flags); in __kmem_cache_alloc_bulk()
|