| /xnu-12377.1.9/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 450 s = kr_enter(kring, TRUE); in __channel_sync() 571 s = kr_enter(kring, TRUE); in __channel_sync() 618 s = kr_enter(kring, TRUE); in __channel_sync()
|
| H A D | channel_var.h | 834 extern int kr_enter(struct __kern_channel_ring *, boolean_t);
|
| H A D | channel_kern.c | 377 if (kr_enter(hw_kring, canblock) != 0) { in kern_channel_tx_refill_common()
|
| H A D | channel.c | 1268 s = kr_enter(kring, TRUE); in ch_event() 1354 s = kr_enter(kring, TRUE); in ch_event() 1442 s = kr_enter(kring, TRUE); in ch_event()
|
| H A D | channel_ring.c | 114 kr_enter(struct __kern_channel_ring *kr, boolean_t can_sleep) in kr_enter() function 211 s = kr_enter(kr, TRUE); in kr_stop()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 621 (void) kr_enter(&NAKR(na, NR_TX)[i], TRUE); in nx_upipe_dom_defunct() 622 (void) kr_enter(NAKR(na, NR_RX)[i].ckr_pipe, TRUE); in nx_upipe_dom_defunct() 624 (void) kr_enter(NAKR(na, NR_RX)[i].ckr_pipe, TRUE); in nx_upipe_dom_defunct() 625 (void) kr_enter(&NAKR(na, NR_TX)[i], TRUE); in nx_upipe_dom_defunct() 1065 (void) kr_enter(txkring, TRUE); in nx_upipe_na_rxsync()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_vp.c | 148 (void) kr_enter(ring, TRUE); in netif_deliver_pkt() 222 err = kr_enter(ring, ((flags & NA_NOTEF_CAN_SLEEP) != 0 || in netif_hwna_rx_get_pkts() 1142 kr_enter(ring, TRUE); in netif_vp_na_channel_event_notify()
|
| H A D | nx_netif_filter_vp.c | 88 kr_enter(ring, TRUE); in netif_filter_deliver()
|
| H A D | nx_netif.c | 3753 err = kr_enter(ring, ((flags & NA_NOTEF_CAN_SLEEP) != 0)); 3916 err = kr_enter(r, TRUE); 4246 if (kr_enter(ring, canblock) != 0) {
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 589 kr_enter(ring, TRUE); in fsw_vp_na_channel_event_notify()
|
| H A D | fsw_dp.c | 1241 kr_enter(r, TRUE); in fsw_ring_enqueue_pktq()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 425 (void) kr_enter(&NAKR(na, t)[i], TRUE); in nx_kpipe_dom_defunct()
|
| H A D | nx_kpipe_loopback.c | 493 kr_enter(txkring, TRUE); in kplo_sync_rx()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | if_utun.c | 672 (void) kr_enter(ring, TRUE); in utun_netif_tx_doorbell_one() 886 (void)kr_enter(tx_ring, TRUE); in utun_netif_sync_rx() 3661 (void)kr_enter(tx_ring, TRUE); in utun_kpipe_sync_rx()
|
| H A D | if_ipsec.c | 795 (void)kr_enter(tx_ring, TRUE); in ipsec_kpipe_sync_rx() 1264 (void) kr_enter(ring, TRUE); in ipsec_netif_tx_doorbell_one() 1706 (void)kr_enter(tx_ring, TRUE); in ipsec_netif_sync_rx()
|
| H A D | if_redirect.c | 767 kr_enter(rx_ring, TRUE); in redirect_rx_cb()
|
| H A D | if_fake.c | 1486 kr_enter(rx_ring, TRUE); in feth_rx_submit()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2061 kr_enter(kring, TRUE); in na_kr_teardown_common() 2504 error = kr_enter(kring, TRUE); in na_kr_drop()
|