Searched refs:nodelay (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/channel/ |
| H A D | channel.c | 364 csi_selwakeup_common(struct ch_selinfo *csi, boolean_t nodelay, in csi_selwakeup_common() argument 369 if (nodelay || within_kevent || !selwake || hint != 0 || in csi_selwakeup_common() 378 csi_selwakeup_one(struct __kern_channel_ring *kring, boolean_t nodelay, in csi_selwakeup_one() argument 388 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_one() 391 csi_selwakeup_common(csi, nodelay, within_kevent, selwake, hint); in csi_selwakeup_one() 396 csi_selwakeup_all(struct nexus_adapter *na, enum txrx t, boolean_t nodelay, in csi_selwakeup_all() argument 405 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_all() 411 nodelay = TRUE; in csi_selwakeup_all() 417 nodelay = TRUE; in csi_selwakeup_all() 422 nodelay = TRUE; in csi_selwakeup_all() [all …]
|
| /xnu-8792.41.9/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1078 na_post_event(struct __kern_channel_ring *kring, boolean_t nodelay, in na_post_event() argument 1090 csi_selwakeup_one(kring, nodelay, within_kevent, selwake, hint); in na_post_event() 1097 csi_selwakeup_all(na, t, nodelay, within_kevent, selwake, hint); in na_post_event()
|