Home
last modified time | relevance | path

Searched refs:hash_free (Results 1 – 7 of 7) sorted by relevance

/external/kmod/testsuite/
Dtest-hash.c41 hash_free(h); in test_hash_new()
60 hash_free(h); in test_hash_get_count()
90 hash_free(h); in test_hash_replace()
121 hash_free(h); in test_hash_replace_failing()
154 hash_free(h); in test_hash_iter()
155 hash_free(h2); in test_hash_iter()
190 hash_free(h); in test_hash_iter_after_del()
191 hash_free(h2); in test_hash_iter_after_del()
214 hash_free(h); in test_hash_free()
242 hash_free(h); in test_hash_add_unique()
[all …]
/external/kmod/shared/
Dhash.h14 void hash_free(struct hash *hash);
Dhash.c67 void hash_free(struct hash *hash) in hash_free() function
/external/fsverity-utils/
Dhash_algs.h58 static inline void hash_free(struct hash_ctx *ctx) in hash_free() function
Dcmd_setup.c432 hash_free(hash); in fsveritysetup()
/external/kmod/tools/
Ddepmod.c969 hash_free(depmod->modules_by_name); in depmod_init()
971 hash_free(depmod->modules_by_uncrelpath); in depmod_init()
980 hash_free(depmod->symbols); in depmod_shutdown()
982 hash_free(depmod->modules_by_uncrelpath); in depmod_shutdown()
984 hash_free(depmod->modules_by_name); in depmod_shutdown()
1872 hash_free(loop_set); in depmod_report_cycles()
/external/kmod/libkmod/
Dlibkmod.c334 hash_free(ctx->modules_by_name); in kmod_unref()