Home
last modified time | relevance | path

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

/lib/
Dtest_vmalloc.c99 vfree(ptr); in random_size_align_alloc_test()
122 vfree(ptr); in align_shift_alloc_test()
140 vfree(ptr); in fix_align_alloc_test()
162 vfree(p); in random_size_alloc_test()
189 vfree(ptr_1); in long_busy_list_alloc_test()
196 vfree(ptr_1); in long_busy_list_alloc_test()
197 vfree(ptr_2); in long_busy_list_alloc_test()
205 vfree(ptr[i]); in long_busy_list_alloc_test()
207 vfree(ptr); in long_busy_list_alloc_test()
227 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()
738 vfree(objs); in test_rht_init()
749 vfree(objs); in test_rht_init()
767 vfree(tdata); in test_rht_init()
777 vfree(tdata); in test_rht_init()
778 vfree(objs); in test_rht_init()
809 vfree(tdata); in test_rht_init()
810 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_meminit.c121 vfree(buf); in do_vmalloc_size()
127 vfree(buf); in do_vmalloc_size()
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_kmod.c773 vfree(test_dev->info); in free_test_dev_info()
1113 vfree(test_dev); in alloc_test_dev_kmod()
1126 vfree(test_dev); in free_test_dev_kmod()
Dtest_kasan.c1108 vfree(ptr); in vmalloc_helpers_tags()
1150 vfree(v_ptr); in vmalloc_oob()
1299 vfree(ptr); in match_all_not_assigned()
Dgenalloc.c257 vfree(chunk); in gen_pool_destroy()
Dtest_firmware.c158 vfree(test_fw_config->reqs); in __test_release_all_firmware()
Dtest_hmm.c116 vfree(bounce->ptr); in dmirror_bounce_fini()
DKconfig.debug1402 vfree(), etc.), whether a live lock is incorrectly reinitialized via
/lib/xz/
Dxz_dec_lzma2.c1183 vfree(s->dict.buf); in xz_dec_lzma2_reset()
1204 vfree(s->dict.buf); in xz_dec_lzma2_end()
1340 vfree(s->s.dict.buf); in xz_dec_microlzma_end()