Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c323 uint32_t avail_rs, avail_ts; in kplo_sync_tx() local
354 avail_rs = kern_channel_available_slot_count(rxkring); in kplo_sync_tx()
358 VERIFY((avail_rs == 0) == (rs == NULL)); in kplo_sync_tx()
440 avail_rs--; in kplo_sync_tx()
442 VERIFY((avail_rs == 0) == (rs == NULL)); in kplo_sync_tx()