Searched refs:fd_knhash (Results 1 – 3 of 3) sorted by relevance
95 if int(proc.p_fd.fd_knhash) != 0:97 … for kn in IterateListEntry(proc.p_fd.fd_knhash[i], 'struct knote *', 'kn_link', list_prefix='s'):
154 struct klist *fd_knhash; /* (N) hash table for attached knotes */ member
2928 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()2938 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()3588 while ((kn = SLIST_FIRST(&fdp->fd_knhash[i])) != NULL) { in knotes_dealloc()3596 kn_hash = fdp->fd_knhash; in knotes_dealloc()3599 fdp->fd_knhash = NULL; in knotes_dealloc()6184 list = &fdp->fd_knhash[KN_HASH((u_long)kev->kei_ident, fdp->fd_knhashmask)]; in knote_fdfind()6255 fdp->fd_knhash = list; in kq_add_knote()6259 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)]; in kq_add_knote()6347 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)]; in kq_remove_knote()8853 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in pid_kqueue_extinfo()[all …]