Searched refs:fd_knhash (Results 1 – 3 of 3) sorted by relevance
92 if int(proc.p_fd.fd_knhash) != 0:94 for kn in IterateListEntry(proc.p_fd.fd_knhash[i], 'kn_link', list_prefix='s'):
159 struct klist *fd_knhash; /* (N) hash table for attached knotes */ member
2980 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()2990 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()3693 while ((kn = SLIST_FIRST(&fdp->fd_knhash[i])) != NULL) { in knotes_dealloc()3701 kn_hash = fdp->fd_knhash; in knotes_dealloc()3704 fdp->fd_knhash = NULL; in knotes_dealloc()6436 list = &fdp->fd_knhash[KN_HASH((u_long)kev->kei_ident, fdp->fd_knhashmask)]; in knote_fdfind()6507 fdp->fd_knhash = list; in kq_add_knote()6511 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)]; in kq_add_knote()6599 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)]; in kq_remove_knote()9144 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in pid_kqueue_extinfo()[all …]