Home
last modified time | relevance | path

Searched refs:__kfence_free (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dkfence.h168 void __kfence_free(void *addr);
187 __kfence_free(addr); in kfence_free()
233 static inline void __kfence_free(void *addr) { } in __kfence_free() function
/openbmc/linux/mm/kfence/
H A Dcore.c1142 void __kfence_free(void *addr) in __kfence_free() function
/openbmc/linux/Documentation/dev-tools/
H A Dkfence.rst308 kfence_alloc kfence_free __kfence_free
/openbmc/linux/mm/
H A Dslab.c3357 __kfence_free(objp); in __cache_free()