Home
last modified time | relevance | path

Searched refs:fd_knhash (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/tools/lldbmacros/
H A Dkevent.py92 if int(proc.p_fd.fd_knhash) != 0:
94 for kn in IterateListEntry(proc.p_fd.fd_knhash[i], 'kn_link', list_prefix='s'):
/xnu-10063.141.1/bsd/sys/
H A Dfiledesc.h159 struct klist *fd_knhash; /* (N) hash table for attached knotes */ member
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c2980 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 …]