Home
last modified time | relevance | path

Searched defs:vfree (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unxz.c164 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h83 static inline void vfree(const void *addr) in vfree() function
/OK3568_Linux_fs/kernel/mm/
H A Dnommu.c137 void vfree(const void *addr) in vfree() function
H A Dvmalloc.c2348 void vfree(const void *addr) in vfree() function