Home
last modified time | relevance | path

Searched refs:kern_channel_increment_ring_stats (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dskywalk_stubs.c68 STUB(kern_channel_increment_ring_stats);
/xnu-12377.81.4/bsd/skywalk/channel/
H A Dos_channel.h662 extern void kern_channel_increment_ring_stats(kern_channel_ring_t ring,
H A Dchannel_kern.c245 kern_channel_increment_ring_stats(kern_channel_ring_t kring, in kern_channel_increment_ring_stats() function
/xnu-12377.81.4/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c448 kern_channel_increment_ring_stats(txkring, &stats); in kplo_sync_tx()
449 kern_channel_increment_ring_stats(rxkring, &stats); in kplo_sync_tx()