Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_event.c1811 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand() local
1851 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
1854 if (tmp_knhash == NULL) in kqueue_expand()
1858 to_free = tmp_knhash; in kqueue_expand()
1861 kq->kq_knhash = tmp_knhash; in kqueue_expand()
1864 to_free = tmp_knhash; in kqueue_expand()