Searched defs:client_hash (Results 1 – 2 of 2) sorted by relevance
317 struct client_hash { struct318 struct mdi_client *ct_hash_head; /* Client hash head */319 int ct_hash_count; /* Client hash count */
74 static client_bucket_t client_hash[CLIENT_HASH_SIZE]; variable