Searched refs:tmp_knhash (Results 1 – 1 of 1) sorted by relevance
1994 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand() local2034 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()2037 if (tmp_knhash == NULL) in kqueue_expand()2041 to_free = tmp_knhash; in kqueue_expand()2044 kq->kq_knhash = tmp_knhash; in kqueue_expand()2047 to_free = tmp_knhash; in kqueue_expand()