Searched refs:hash_iter_next (Results 1 – 5 of 5) sorted by relevance
/external/kmod/shared/ |
D | hash.h | 21 bool hash_iter_next(struct hash_iter *iter, const char **key,
|
D | hash.c | 307 bool hash_iter_next(struct hash_iter *iter, const char **key, in hash_iter_next() function
|
/external/kmod/testsuite/ |
D | test-hash.c | 145 hash_iter_next(&iter, &k, (const void **) &v);) { in test_hash_iter() 181 hash_iter_next(&iter, &k, (const void **) &v);) { in test_hash_iter_after_del()
|
/external/kmod/libkmod/ |
D | libkmod.c | 773 while (hash_iter_next(&iter, NULL, &v)) in kmod_set_modules_visited() 783 while (hash_iter_next(&iter, NULL, &v)) in kmod_set_modules_required()
|
/external/kmod/tools/ |
D | depmod.c | 1440 while (hash_iter_next(&module_iter, NULL, &v)) { in depmod_modules_build_array() 2303 while (hash_iter_next(&iter, NULL, &v)) { in output_symbols() 2337 while (hash_iter_next(&iter, NULL, &v)) { in output_symbols_bin()
|