Home
last modified time | relevance | path

Searched refs:vfree (Results 1 – 10 of 10) sorted by relevance

/lib/
Dtest_vmalloc.c103 vfree(ptr); in random_size_align_alloc_test()
130 vfree(ptr); in align_shift_alloc_test()
152 vfree(ptr); in fix_align_alloc_test()
174 vfree(p); in random_size_alloc_test()
201 vfree(ptr_1); in long_busy_list_alloc_test()
208 vfree(ptr_1); in long_busy_list_alloc_test()
209 vfree(ptr_2); in long_busy_list_alloc_test()
217 vfree(ptr[i]); in long_busy_list_alloc_test()
219 vfree(ptr); in long_busy_list_alloc_test()
239 vfree(ptr); in full_fit_alloc_test()
[all …]
Dtest_rhashtable.c443 vfree(rhl_test_objects); in test_rhltable()
444 vfree(obj_in_table); in test_rhltable()
737 vfree(objs); in test_rht_init()
748 vfree(objs); in test_rht_init()
766 vfree(tdata); in test_rht_init()
776 vfree(tdata); in test_rht_init()
777 vfree(objs); in test_rht_init()
808 vfree(tdata); in test_rht_init()
809 vfree(objs); in test_rht_init()
Ddecompress_unxz.c156 #undef vfree
160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
Dtest_overflow.c547 DEFINE_TEST_ALLOC(vmalloc, vfree, 0, 0, 0);
548 DEFINE_TEST_ALLOC(vmalloc_node, vfree, 0, 0, 1);
549 DEFINE_TEST_ALLOC(vzalloc, vfree, 0, 0, 0);
550 DEFINE_TEST_ALLOC(vzalloc_node, vfree, 0, 0, 1);
Dtest_meminit.c121 vfree(buf); in do_vmalloc_size()
127 vfree(buf); in do_vmalloc_size()
Dtest_kmod.c773 vfree(test_dev->info); in free_test_dev_info()
1119 vfree(test_dev); in alloc_test_dev_kmod()
1132 vfree(test_dev); in free_test_dev_kmod()
Dgenalloc.c255 vfree(chunk); in gen_pool_destroy()
Dtest_firmware.c141 vfree(test_fw_config->reqs); in __test_release_all_firmware()
DKconfig.debug1198 vfree(), etc.), whether a live lock is incorrectly reinitialized via
/lib/xz/
Dxz_dec_lzma2.c1150 vfree(s->dict.buf); in xz_dec_lzma2_reset()
1173 vfree(s->dict.buf); in xz_dec_lzma2_end()