Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c1824 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand() local
1864 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
1867 if (tmp_knhash == NULL) in kqueue_expand()
1871 to_free = tmp_knhash; in kqueue_expand()
1874 kq->kq_knhash = tmp_knhash; in kqueue_expand()
1877 to_free = tmp_knhash; in kqueue_expand()