Searched refs:hash_find (Results 1 – 6 of 6) 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/cpuinfo/test/dmesg/ |
D | lg-k10-eu.log | 571 <6>[ 0.314662 / 01-01 00:00:00.289] [1380] hash_find start [53] 572 <6>[ 0.314685 / 01-01 00:00:00.289] [1380] hash_find auth_alg : [2], platform_ce_type : [2] 574 <6>[ 0.314720 / 01-01 00:00:00.289] [1440] hash_find end : ret_val=0 [75] 575 <6>[ 0.314737 / 01-01 00:00:00.289] [1440] hash_find ret_val = 0 [80] 577 <6>[ 0.314767 / 01-01 00:00:00.289] [1480] hash_find start [53] 578 <6>[ 0.314790 / 01-01 00:00:00.289] [1480] hash_find auth_alg : [2], platform_ce_type : [2] 580 <6>[ 0.314823 / 01-01 00:00:00.289] [1510] hash_find end : ret_val=0 [75] 581 <6>[ 0.314841 / 01-01 00:00:00.289] [1510] hash_find ret_val = 0 [80] 583 <6>[ 0.314872 / 01-01 00:00:00.289] [1540] hash_find start [53] 584 <6>[ 0.314895 / 01-01 00:00:00.289] [1550] hash_find auth_alg : [2], platform_ce_type : [2] [all …]
|
/external/kmod/libkmod/ |
D | libkmod.c | 401 mod = hash_find(ctx->modules_by_name, key); in kmod_pool_get_module()
|
/external/kmod/tools/ |
D | depmod.c | 1195 mod = hash_find(depmod->modules_by_name, modname); in depmod_modules_search_file() 1455 mod = hash_find(depmod->modules_by_uncrelpath, line); in depmod_modules_sort() 1510 return hash_find(depmod->symbols, name); in depmod_symbol_find()
|