Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddecompress_unxz.c156 #undef vfree macro
160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unxz.c158 #undef vfree macro
162 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/kernel/linux/linux-5.10/mm/
H A Dnommu.c137 void vfree(const void *addr) in vfree() function
141 EXPORT_SYMBOL(vfree); variable
H A Dvmalloc.c2338 void vfree(const void *addr) in vfree() function
2351 EXPORT_SYMBOL(vfree); variable
[all...]
/kernel/linux/linux-6.6/mm/
H A Dnommu.c136 void vfree(const void *addr) in vfree() function
140 EXPORT_SYMBOL(vfree); variable
H A Dvmalloc.c2807 void vfree(const void *addr) in vfree() function
2849 EXPORT_SYMBOL(vfree); variable
[all...]

Completed in 14 milliseconds