Searched refs:hash_get_count (Results 1 – 4 of 4) sorted by relevance
/external/kmod/testsuite/ |
D | test-hash.c | 58 assert_return(hash_get_count(h) == 3, EXIT_FAILURE); in test_hash_get_count() 83 assert_return(hash_get_count(h) == 3, EXIT_FAILURE); in test_hash_replace() 114 assert_return(hash_get_count(h) == 3, EXIT_FAILURE); in test_hash_replace_failing() 151 assert_return(hash_get_count(h) == 3, EXIT_FAILURE); in test_hash_iter() 152 assert_return(hash_get_count(h2) == 0, EXIT_FAILURE); in test_hash_iter() 187 assert_return(hash_get_count(h) == 2, EXIT_FAILURE); in test_hash_iter_after_del() 188 assert_return(hash_get_count(h2) == 1, EXIT_FAILURE); in test_hash_iter_after_del() 212 assert_return(hash_get_count(h) == 2, EXIT_FAILURE); in test_hash_free() 241 assert_return(hash_get_count(h) == N, EXIT_FAILURE); in test_hash_add_unique() 266 assert_return(hash_get_count(h) == N, EXIT_FAILURE); in test_hash_massive_add_del() [all …]
|
/external/kmod/shared/ |
D | hash.h | 19 unsigned int hash_get_count(const struct hash *hash);
|
D | hash.c | 295 unsigned int hash_get_count(const struct hash *hash) in hash_get_count() function
|
/external/kmod/tools/ |
D | depmod.c | 1608 depmod->modules.count, hash_get_count(depmod->symbols)); in depmod_load_modules() 1654 depmod->modules.count, hash_get_count(depmod->symbols)); in depmod_load_dependencies() 1670 depmod->modules.count, hash_get_count(depmod->symbols)); in depmod_load_dependencies() 1927 num_cyclic = hash_get_count(loop_set); in depmod_report_cycles()
|