Home
last modified time | relevance | path

Searched refs:within_kevent (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c341 csi_selwakeup(struct ch_selinfo *csi, boolean_t within_kevent, in csi_selwakeup() argument
351 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()
374 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_common() argument
378 if (nodelay || within_kevent || !selwake || hint != 0 || in csi_selwakeup_common()
380 csi_selwakeup(csi, within_kevent, selwake, hint); in csi_selwakeup_common()
388 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_one() argument
398 within_kevent, selwake, hint, CHAN_FILT_HINT_BITS); in csi_selwakeup_one()
400 csi_selwakeup_common(csi, nodelay, within_kevent, selwake, hint); in csi_selwakeup_one()
406 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_all() argument
415 within_kevent, selwake, hint, CHAN_FILT_HINT_BITS); in csi_selwakeup_all()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c1136 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in na_post_event() argument
1144 na->na_name, SK_KVA(na), SK_KVA(kring), within_kevent, selwake, in na_post_event()
1147 csi_selwakeup_one(kring, nodelay, within_kevent, selwake, hint); in na_post_event()
1154 csi_selwakeup_all(na, t, nodelay, within_kevent, selwake, hint); in na_post_event()