Searched refs:hash_find (Results 1 – 5 of 5) sorted by relevance
/external/kmod/testsuite/ |
D | test-hash.c | 85 v = hash_find(h, "k1"); in test_hash_replace() 116 v = hash_find(h, "k1"); in test_hash_replace_failing() 146 v2 = hash_find(h2, k); in test_hash_iter() 182 v2 = hash_find(h2, k); in test_hash_iter_after_del()
|
/external/kmod/shared/ |
D | hash.h | 18 void *hash_find(const struct hash *hash, const char *key);
|
D | hash.c | 234 void *hash_find(const struct hash *hash, const char *key) in hash_find() function
|
/external/kmod/libkmod/ |
D | libkmod.c | 400 mod = hash_find(ctx->modules_by_name, key); in kmod_pool_get_module()
|
/external/kmod/tools/ |
D | depmod.c | 1075 mod = hash_find(depmod->modules_by_name, modname); in depmod_modules_search_file() 1278 mod = hash_find(depmod->modules_by_uncrelpath, line); in depmod_modules_sort() 1333 return hash_find(depmod->symbols, name); in depmod_symbol_find()
|