Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c373 csi_selwakeup_common(struct ch_selinfo *csi, boolean_t nodelay, in csi_selwakeup_common() argument
378 if (nodelay || within_kevent || !selwake || hint != 0 || in csi_selwakeup_common()
387 csi_selwakeup_one(struct __kern_channel_ring *kring, boolean_t nodelay, in csi_selwakeup_one() argument
397 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_one()
400 csi_selwakeup_common(csi, nodelay, within_kevent, selwake, hint); in csi_selwakeup_one()
405 csi_selwakeup_all(struct nexus_adapter *na, enum txrx t, boolean_t nodelay, in csi_selwakeup_all() argument
414 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_all()
420 nodelay = TRUE; in csi_selwakeup_all()
426 nodelay = TRUE; in csi_selwakeup_all()
431 nodelay = TRUE; in csi_selwakeup_all()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c1135 na_post_event(struct __kern_channel_ring *kring, boolean_t nodelay, in na_post_event() argument
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()