Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unxz.c167 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c50 KUNIT_DEFINE_ACTION_WRAPPER(vfree_action_wrapper, vfree, void *) in KUNIT_DEFINE_ACTION_WRAPPER() argument
/linux/mm/
H A Dnommu.c106 void vfree(const void *addr) in vfree() function
H A Dvmalloc.c3397 void vfree(const void *addr) in vfree() function