Searched refs:create_hashtable (Results 1 – 4 of 4) sorted by relevance
| /tools/xenstored/ |
| A D | hashtable.h | 26 create_hashtable(const void *ctx, const char *name,
|
| A D | hashtable.c | 59 struct hashtable *create_hashtable(const void *ctx, const char *name, in create_hashtable() function
|
| A D | domain.c | 1436 domhash = create_hashtable(NULL, "domains", domhash_fn, domeq_fn, 0); in domain_early_init() 2074 domains = create_hashtable(NULL, "domain_check", domhash_fn, domeq_fn, in domain_check_acc_init()
|
| A D | core.c | 2310 nodes = create_hashtable(NULL, "nodes", hash_from_key_fn, keys_equal_fn, in setup_structure() 2443 data.reachable = create_hashtable(NULL, "checkstore", hash_from_key_fn, in check_store()
|
Completed in 17 milliseconds