Home
last modified time | relevance | path

Searched refs:chash (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c90 static struct list_head *chash; variable
138 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()