Searched defs:kfree (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/lib/
H A Ddecompress_unxz.c154 #undef kfree macro
158 #define kfree(ptr) free(ptr) macro
/linux-4.4.14/tools/virtio/linux/
H A Dkernel.h59 static inline void kfree(void *p) kfree() function
/linux-4.4.14/mm/
H A Dslob.c484 void kfree(const void *block) kfree() function
502 EXPORT_SYMBOL(kfree); variable
H A Dslab_common.c1279 EXPORT_TRACEPOINT_SYMBOL(kfree); variable
H A Dslab.c3581 void kfree(const void *objp) kfree() function
3599 EXPORT_SYMBOL(kfree); variable
H A Dslub.c3615 void kfree(const void *x) kfree() function
3634 EXPORT_SYMBOL(kfree); variable

Completed in 288 milliseconds