Home
last modified time | relevance | path

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

/xnu-11417.121.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-11417.121.6/bsd/sys/ !
H A Dfiledesc.h159 struct klist *fd_knhash; /* (N) hash table for attached knotes */ member
/xnu-11417.121.6/bsd/kern/ !
H A Dkern_event.c2998 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()
3008 kn = SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_dealloc()
3793 while ((kn = SLIST_FIRST(&fdp->fd_knhash[i])) != NULL) { in knotes_dealloc()
3801 kn_hash = fdp->fd_knhash; in knotes_dealloc()
3804 fdp->fd_knhash = NULL; in knotes_dealloc()
6801 list = &fdp->fd_knhash[KN_HASH((u_long)kev->kei_ident, fdp->fd_knhashmask)];
6872 fdp->fd_knhash = list;
6876 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)];
6964 list = &fdp->fd_knhash[KN_HASH(kn->kn_id, fdp->fd_knhashmask)];
9531 kn = SLIST_FIRST(&fdp->fd_knhash[i]);
[all …]