Searched refs:vfree (Results 1 – 12 of 12) sorted by relevance
/lib/ |
D | test_vmalloc.c | 99 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 …]
|
D | test_rhashtable.c | 443 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()
|
D | decompress_unxz.c | 156 #undef vfree 160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
|
D | test_meminit.c | 121 vfree(buf); in do_vmalloc_size() 127 vfree(buf); in do_vmalloc_size()
|
D | test_overflow.c | 547 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);
|
D | test_kmod.c | 773 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()
|
D | test_kasan.c | 1108 vfree(ptr); in vmalloc_helpers_tags() 1150 vfree(v_ptr); in vmalloc_oob() 1299 vfree(ptr); in match_all_not_assigned()
|
D | genalloc.c | 257 vfree(chunk); in gen_pool_destroy()
|
D | test_firmware.c | 158 vfree(test_fw_config->reqs); in __test_release_all_firmware()
|
D | test_hmm.c | 116 vfree(bounce->ptr); in dmirror_bounce_fini()
|
D | Kconfig.debug | 1402 vfree(), etc.), whether a live lock is incorrectly reinitialized via
|
/lib/xz/ |
D | xz_dec_lzma2.c | 1183 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()
|