Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/
H A Dkevent.py96 if int(proc.p_fd.fd_knhash) != 0:
98 for kn in IterateListEntry(proc.p_fd.fd_knhash[i], 'kn_link', list_prefix='s'):
/xnu-8796.141.3/bsd/sys/
H A Dfiledesc.h154 struct klist *fd_knhash; /* (N) hash table for attached knotes */ member
/xnu-8796.141.3/bsd/kern/
H A Dkern_event.c2929 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()
2939 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()
3589 while ((kn = SLIST_FIRST(&fdp->fd_knhash[i])) != NULL) { in knotes_dealloc()
3597 kn_hash = fdp->fd_knhash; in knotes_dealloc()
3600 fdp->fd_knhash = NULL; in knotes_dealloc()
6230 list = &fdp->fd_knhash[KN_HASH((u_long)kev->kei_ident, fdp->fd_knhashmask)]; in knote_fdfind()
6301 fdp->fd_knhash = list; in kq_add_knote()
6305 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)]; in kq_add_knote()
6393 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)]; in kq_remove_knote()
8897 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in pid_kqueue_extinfo()
[all …]