Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c1698 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand() local
1738 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
1741 if (tmp_knhash == NULL) in kqueue_expand()
1745 to_free = tmp_knhash; in kqueue_expand()
1748 kq->kq_knhash = tmp_knhash; in kqueue_expand()
1751 to_free = tmp_knhash; in kqueue_expand()