Searched refs:kq_knlist (Results 1 – 2 of 2) sorted by relevance
61 struct klist *kq_knlist; /* list of knotes */ member
1459 SLIST_FOREACH(kn, &kq->kq_knlist[kev->ident], kn_link) in kqueue_register()1722 if (kq->kq_knlist != NULL) { in kqueue_expand()1723 bcopy(kq->kq_knlist, list, in kqueue_expand()1725 to_free = kq->kq_knlist; in kqueue_expand()1726 kq->kq_knlist = NULL; in kqueue_expand()1732 kq->kq_knlist = list; in kqueue_expand()2156 if (kq->kq_knlist != NULL) in kqueue_destroy()2157 free(kq->kq_knlist, M_KQUEUE); in kqueue_destroy()2569 (kn = SLIST_FIRST(&kq->kq_knlist[fd])) != NULL) { in knote_fdclose()2601 list = &kq->kq_knlist[kn->kn_id]; in knote_attach()[all …]