Home
last modified time | relevance | path

Searched refs:avail_ts (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
355 avail_ts = kern_channel_available_slot_count(txkring); in kplo_sync_tx()
359 VERIFY((avail_ts == 0) == (ts == NULL)); in kplo_sync_tx()
441 avail_ts--; in kplo_sync_tx()
443 VERIFY((avail_ts == 0) == (ts == NULL)); in kplo_sync_tx()