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.c2025 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand() local
2067 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
2070 if (tmp_knhash == NULL) in kqueue_expand()
2074 to_free = tmp_knhash; in kqueue_expand()
2077 kq->kq_knhash = tmp_knhash; in kqueue_expand()
2080 to_free = tmp_knhash; in kqueue_expand()