Searched refs:chash (Results 1 – 1 of 1) sorted by relevance
90 static struct list_head *chash; variable138 DBL_LIST_ADDT(&conn->lnk, &chash[sfd % chash_size]); in eph_new_conn()432 struct list_head *head = &chash[sfd % chash_size], *lnk; in eph_find()451 head = &chash[i]; in eph_runqueue()491 (chash = malloc(maxsfd * sizeof(struct list_head)))) { in eph_init()501 DBL_INIT_LIST_HEAD(&chash[i]); in eph_init()512 free(chash); in eph_cleanup()