Home
last modified time | relevance | path

Searched refs:__user_slot_desc (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h304 struct __user_slot_desc { struct
338 struct __user_slot_desc _sd_user;
H A Dchannel_var.h630 static_assert(sizeof(struct __user_slot_desc) == 8); \
635 struct __user_slot_desc _tusd __sk_aligned(64); \
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()
1332 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_rxfinalize_upp()
1505 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_event_sync_prologue()
1549 struct __user_slot_desc *usd; in kr_event_sync_finalize()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c2187 struct __user_slot_desc *usd; in na_kr_populate_slots()
2344 struct __user_slot_desc *usd; in na_kr_depopulate_slots()
3476 struct __user_slot_desc *usd; in na_packet_pool_free_sync()
3627 struct __user_slot_desc *usd; in na_packet_pool_alloc_sync_common()
3755 struct __user_slot_desc *usd; in na_packet_pool_free_buf_sync()
3820 struct __user_slot_desc *usd; in na_packet_pool_alloc_buf_sync()
/xnu-12377.1.9/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()