Searched refs:selwake (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel.c | 333 boolean_t selwake, uint32_t hint) in csi_selwakeup() argument 339 if (selwake) { in csi_selwakeup() 365 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_common() argument 369 if (nodelay || within_kevent || !selwake || hint != 0 || in csi_selwakeup_common() 371 csi_selwakeup(csi, within_kevent, selwake, hint); in csi_selwakeup_common() 379 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_one() argument 389 within_kevent, selwake, hint); in csi_selwakeup_one() 391 csi_selwakeup_common(csi, nodelay, within_kevent, selwake, hint); in csi_selwakeup_one() 397 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_all() argument 406 within_kevent, selwake, hint); in csi_selwakeup_all() [all …]
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1110 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in na_post_event() argument 1117 na->na_name, SK_KVA(na), SK_KVA(kring), within_kevent, selwake, in na_post_event() 1120 csi_selwakeup_one(kring, nodelay, within_kevent, selwake, hint); in na_post_event() 1127 csi_selwakeup_all(na, t, nodelay, within_kevent, selwake, hint); in na_post_event()
|