Searched refs:kq_knlist (Results 1 – 2 of 2) sorted by relevance
59 struct klist *kq_knlist; /* list of knotes */ member
1584 SLIST_FOREACH(kn, &kq->kq_knlist[kev->ident], kn_link) in kqueue_register()1854 if (kq->kq_knlist != NULL) { in kqueue_expand()1855 bcopy(kq->kq_knlist, list, in kqueue_expand()1857 to_free = kq->kq_knlist; in kqueue_expand()1858 kq->kq_knlist = NULL; in kqueue_expand()1864 kq->kq_knlist = list; in kqueue_expand()2235 while ((kn = SLIST_FIRST(&kq->kq_knlist[i])) != NULL) { in kqueue_drain()2290 if (kq->kq_knlist != NULL) in kqueue_destroy()2291 free(kq->kq_knlist, M_KQUEUE); in kqueue_destroy()2675 (kn = SLIST_FIRST(&kq->kq_knlist[fd])) != NULL) { in knote_fdclose()[all …]