Searched refs:client_hash (Results 1 – 4 of 4) sorted by relevance
236 struct client_hash *ct_hash_val; in vhciguid()237 struct client_hash *ct_hash_table_val; in vhciguid()321 ct_hash_val = (struct client_hash *)mdb_alloc(ct_hash_len, in vhciguid()
75 #pragma align 64(client_hash)76 static client_bucket_t client_hash[CLIENT_HASH_SIZE]; variable82 #define CLIENT_HASH(id) (&client_hash[((id) & (CLIENT_HASH_SIZE - 1))])252 uu_list_t *lp = uu_list_create(client_pool, &client_hash[x], in client_hash_init()257 (void) pthread_mutex_init(&client_hash[x].cb_lock, NULL); in client_hash_init()258 client_hash[x].cb_list = lp; in client_hash_init()
284 struct client_hash *vh_client_table; /* Client hash */317 struct client_hash { struct
431 struct client_hash *hash = NULL; in mdi_vhci_register()564 mdi_client_table_size * sizeof (struct client_hash)); in mdi_vhci_unregister()1377 struct client_hash *head; in i_mdi_client_enlist_table()1399 struct client_hash *head; in i_mdi_client_delist_table()1491 struct client_hash *head; in i_mdi_client_find()