Searched refs:hashtable_iterate (Results 1 – 4 of 4) sorted by relevance
| /tools/xenstored/ |
| A D | hashtable.h | 106 hashtable_iterate(struct hashtable *h,
|
| A D | hashtable.c | 256 int hashtable_iterate(struct hashtable *h, in hashtable_iterate() function
|
| A D | domain.c | 684 while (hashtable_iterate(domhash, check_domain, ¬ify)) in check_domains() 1714 hashtable_iterate(domhash, domain_reset_global_acc_sub, NULL); in domain_reset_global_acc() 2020 if (hashtable_iterate(domhash, dump_state_domain, fp)) in dump_state_domains() 2079 if (hashtable_iterate(domhash, domain_check_acc_init_sub, domains)) { in domain_check_acc_init() 2122 hashtable_iterate(domains, domain_check_acc_cb, NULL); in domain_check_acc()
|
| A D | core.c | 2415 hashtable_iterate(nodes, clean_store_, data->reachable); in clean_store()
|
Completed in 16 milliseconds