Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkfence.h183 static __always_inline __must_check bool kfence_free(void *addr) in kfence_free() function
234 static inline bool __must_check kfence_free(void *addr) { return false; } in kfence_free() function
/openbmc/linux/Documentation/dev-tools/
H A Dkfence.rst308 kfence_alloc kfence_free __kfence_free
/openbmc/linux/mm/
H A Dslub.c3614 if (kfence_free(head)) in __slab_free()