Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_var.h980 extern slot_idx_t kr_txsync_prologue(struct kern_channel *,
H A Dchannel_syscalls.c472 if (kr_txsync_prologue(ch, kring, p) >= in __channel_sync()
H A Dchannel_ring.c658 kr_txsync_prologue(struct kern_channel *ch, struct __kern_channel_ring *kring, in kr_txsync_prologue() function
H A Dchannel.c1256 if (kr_txsync_prologue(ch, kring, p) >= in ch_event()
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c495 if (__improbable(kr_txsync_prologue(NULL, txkring, p) >= in kplo_sync_rx()