Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c363 csi_selwakeup_common(struct ch_selinfo *csi, boolean_t nodelay, in csi_selwakeup_common() argument
368 if (nodelay || within_kevent || !selwake || hint != 0 || in csi_selwakeup_common()
377 csi_selwakeup_one(struct __kern_channel_ring *kring, boolean_t nodelay, in csi_selwakeup_one() argument
387 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_one()
390 csi_selwakeup_common(csi, nodelay, within_kevent, selwake, hint); in csi_selwakeup_one()
395 csi_selwakeup_all(struct nexus_adapter *na, enum txrx t, boolean_t nodelay, in csi_selwakeup_all() argument
404 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_all()
410 nodelay = TRUE; in csi_selwakeup_all()
416 nodelay = TRUE; in csi_selwakeup_all()
421 nodelay = TRUE; in csi_selwakeup_all()
[all …]
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c1115 na_post_event(struct __kern_channel_ring *kring, boolean_t nodelay, in na_post_event() argument
1127 csi_selwakeup_one(kring, nodelay, within_kevent, selwake, hint); in na_post_event()
1134 csi_selwakeup_all(na, t, nodelay, within_kevent, selwake, hint); in na_post_event()