Home
last modified time | relevance | path

Searched defs:kfree (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/lib/
H A Dslab.c30 void kfree(void *p) in kfree() function
/openbmc/linux/lib/
H A Ddecompress_unxz.c160 #define kfree(ptr) free(ptr) macro
/openbmc/linux/tools/virtio/ringtest/
H A Dptr_ring.c55 static void kfree(void *p) in kfree() function
/openbmc/linux/tools/virtio/linux/
H A Dkernel.h80 static inline void kfree(void *p) in kfree() function
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h124 #define kfree(x) free(x) macro
/openbmc/linux/mm/
H A Dslab_common.c1037 void kfree(const void *object) in kfree() function
/openbmc/u-boot/lib/
H A Dbch.c84 #define kfree free macro
/openbmc/u-boot/include/linux/
H A Dcompat.h97 static inline void kfree(const void *block) in kfree() function