Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c329 uint32_t ary_cnt = 0, dlen, doff; in kplo_sync_tx() local
367 VERIFY(kern_channel_ring_get_container(txkring, &ary, &ary_cnt) == 0); in kplo_sync_tx()
368 VERIFY(ary != NULL && ary_cnt >= kplo_ntxslots); in kplo_sync_tx()