Home
last modified time | relevance | path

Searched refs:KR_USD (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/packet/
H A Dpacket_var.h768 USD_ATTACH_METADATA(KR_USD(kring, idx), METADATA_IDX(kqum)); in KR_SLOT_ATTACH_METADATA()
804 USD_DETACH_METADATA(KR_USD(kring, idx)); in KR_SLOT_DETACH_METADATA()
827 USD_ATTACH_METADATA(KR_USD(kring, idx), kbuf->buf_bft_idx_reg); in KR_SLOT_ATTACH_BUF_METADATA()
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_ring.c532 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_txprologue_upp()
902 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_rxprologue_upp()
1286 ASSERT(!(KR_USD(kring, slot_idx)->sd_flags & ~SD_FLAGS_USER)); in kr_rxfinalize()
1329 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_rxfinalize_upp()
1501 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_event_sync_prologue()
1564 usd = KR_USD(kring, slot_idx); in kr_event_sync_finalize()
H A Dchannel_var.h604 #define KR_USD(_kring, _slot_idx) \ macro
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c2227 usd = (kernel_only ? NULL : KR_USD(kring, i)); in na_kr_populate_slots()
2264 usd = (kernel_only ? NULL : KR_USD(kring, i)); in na_kr_populate_slots()
2315 usd = (kernel_only ? NULL : KR_USD(kring, i)); in na_kr_depopulate_slots()
3469 usd = KR_USD(kring, j); in na_packet_pool_free_sync()
3662 usd = KR_USD(kring, j); in na_packet_pool_alloc_sync_common()
3744 usd = KR_USD(kring, j); in na_packet_pool_free_buf_sync()
3854 usd = KR_USD(kring, j); in na_packet_pool_alloc_buf_sync()
/xnu-10002.1.13/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1102 SD_SWAP(KR_KSD(mkring, i), KR_USD(mkring, i), in nx_mon_zcopy_parent_sync()
1103 KR_KSD(kring, beg), KR_USD(kring, beg)); in nx_mon_zcopy_parent_sync()
/xnu-10002.1.13/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c920 struct __user_slot_desc *usd_tx = KR_USD(txkring, k); in nx_upipe_na_txsync_locked()
922 struct __user_slot_desc *usd_rx = KR_USD(rxkring, j); in nx_upipe_na_txsync_locked()