Searched refs:hashtable_search (Results 1 – 4 of 4) sorted by relevance
74 hashtable_search(const struct hashtable *h, const void *k);
199 void *hashtable_search(const struct hashtable *h, const void *k) in hashtable_search() function
693 return hashtable_search(domhash, &domid); in find_domain_struct()2093 dom = hashtable_search(domains, &domid); in domain_check_acc_add()
546 hdr = hashtable_search(nodes, db_name); in db_fetch()2357 if (hashtable_search(data->reachable, (void *)node->name)) { in check_store_step()2398 if (!hashtable_search(reachable, name)) { in clean_store_()
Completed in 13 milliseconds