Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dkevent.py93 if int(proc.p_fd.fd_knhash) != 0:
95 for kn in IterateListEntry(proc.p_fd.fd_knhash[i], 'kn_link', list_prefix='s'):
/xnu-12377.41.6/bsd/sys/
H A Dfiledesc.h159 struct klist *fd_knhash; /* (N) hash table for attached knotes */ member
/xnu-12377.41.6/bsd/kern/
H A Dkern_event.c2999 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()
3009 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()
3794 while ((kn = SLIST_FIRST(&fdp->fd_knhash[i])) != NULL) { in knotes_dealloc()
3802 kn_hash = fdp->fd_knhash; in knotes_dealloc()
3805 fdp->fd_knhash = NULL; in knotes_dealloc()
6802 list = &fdp->fd_knhash[KN_HASH((u_long)kev->kei_ident, fdp->fd_knhashmask)];
6873 fdp->fd_knhash = list;
6877 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)];
6965 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)];
9532 kn = SLIST_FIRST(&fdp->fd_knhash[i]);
[all …]