Searched refs:nodelay (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.101.5/bsd/skywalk/channel/ |
| H A D | channel.c | 362 csi_selwakeup_common(struct ch_selinfo *csi, boolean_t nodelay, in csi_selwakeup_common() argument 367 if (nodelay || within_kevent || !selwake || hint != 0 || in csi_selwakeup_common() 376 csi_selwakeup_one(struct __kern_channel_ring *kring, boolean_t nodelay, in csi_selwakeup_one() argument 386 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_one() 389 csi_selwakeup_common(csi, nodelay, within_kevent, selwake, hint); in csi_selwakeup_one() 394 csi_selwakeup_all(struct nexus_adapter *na, enum txrx t, boolean_t nodelay, in csi_selwakeup_all() argument 403 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_all() 409 nodelay = TRUE; in csi_selwakeup_all() 415 nodelay = TRUE; in csi_selwakeup_all() 420 nodelay = TRUE; in csi_selwakeup_all() [all …]
|
| /xnu-8796.101.5/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1077 na_post_event(struct __kern_channel_ring *kring, boolean_t nodelay, in na_post_event() argument 1089 csi_selwakeup_one(kring, nodelay, within_kevent, selwake, hint); in na_post_event() 1096 csi_selwakeup_all(na, t, nodelay, within_kevent, selwake, hint); in na_post_event()
|