Home
last modified time | relevance | path

Searched refs:kr_enter (Results 1 – 19 of 19) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_syscalls.c455 s = kr_enter(kring, TRUE); in __channel_sync()
576 s = kr_enter(kring, TRUE); in __channel_sync()
623 s = kr_enter(kring, TRUE); in __channel_sync()
H A Dchannel_kern.c371 if (kr_enter(hw_kring, canblock) != 0) { in kern_channel_tx_refill_common()
H A Dchannel_var.h971 extern int kr_enter(struct __kern_channel_ring *, boolean_t);
H A Dchannel.c1250 s = kr_enter(kring, TRUE); in ch_event()
1336 s = kr_enter(kring, TRUE); in ch_event()
1424 s = kr_enter(kring, TRUE); in ch_event()
H A Dchannel_ring.c113 kr_enter(struct __kern_channel_ring *kr, boolean_t can_sleep) in kr_enter() function
210 s = kr_enter(kr, TRUE); in kr_stop()
/xnu-10002.1.13/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c621 (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-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c144 (void) kr_enter(ring, TRUE); in netif_deliver_pkt()
217 err = kr_enter(ring, ((flags & NA_NOTEF_CAN_SLEEP) != 0 || in netif_hwna_rx_get_pkts()
491 (void) kr_enter(ring, TRUE); in netif_vp_send_pkt_chain_low_latency()
1136 kr_enter(ring, TRUE); in netif_vp_na_channel_event_notify()
H A Dnx_netif_filter_vp.c88 kr_enter(ring, TRUE); in netif_filter_deliver()
H A Dnx_netif.c3648 err = kr_enter(ring, ((flags & NA_NOTEF_CAN_SLEEP) != 0));
3868 err = kr_enter(r, TRUE);
4210 if (kr_enter(ring, canblock) != 0) {
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c604 kr_enter(ring, TRUE); in fsw_vp_na_channel_event_notify()
H A Dfsw_dp.c1137 kr_enter(r, TRUE); in fsw_ring_enqueue_pktq()
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c426 (void) kr_enter(&NAKR(na, t)[i], TRUE); in nx_kpipe_dom_defunct()
H A Dnx_kpipe_loopback.c493 kr_enter(txkring, TRUE); in kplo_sync_rx()
/xnu-10002.1.13/bsd/net/
H A Dif_ipsec.c840 (void)kr_enter(tx_ring, TRUE); in ipsec_kpipe_sync_rx_mbuf()
1146 (void)kr_enter(tx_ring, TRUE); in ipsec_kpipe_sync_rx_packet()
1624 (void) kr_enter(ring, TRUE); in ipsec_netif_tx_doorbell_one()
1934 (void)kr_enter(tx_ring, TRUE); in ipsec_netif_sync_rx_mbuf()
2543 (void)kr_enter(tx_ring, TRUE); in ipsec_netif_sync_rx_packet()
H A Dif_utun.c572 (void) kr_enter(ring, TRUE); in utun_netif_tx_doorbell()
748 (void)kr_enter(tx_ring, TRUE); in utun_netif_sync_rx()
3327 (void)kr_enter(tx_ring, TRUE); in utun_kpipe_sync_rx()
H A Dif_redirect.c720 kr_enter(rx_ring, TRUE); in redirect_rx_cb()
H A Dif_fake.c1314 kr_enter(rx_ring, TRUE); in feth_rx_submit()
/xnu-10002.1.13/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1385 if ((err = kr_enter(kring, FALSE)) == 0) { in nx_mon_parent_notify()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c2023 kr_enter(kring, TRUE); in na_kr_teardown_common()
2465 error = kr_enter(kring, TRUE); in na_kr_drop()