Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel_syscalls.c382 ring_id_t i, qfirst, qlast; in __channel_sync() local
462 qfirst = ch->ch_first[t]; in __channel_sync()
465 for (i = qfirst; i < qlast; i++) { in __channel_sync()
570 qfirst = ch->ch_first[type]; in __channel_sync()
574 qfirst = ch->ch_first[type]; in __channel_sync()
577 qfirst++; in __channel_sync()
578 } else if ((qlast - qfirst) > 1 && in __channel_sync()
583 ASSERT(qfirst != qlast); in __channel_sync()
586 for (i = qfirst; i < qlast; i++) { in __channel_sync()
628 qfirst = ch->ch_first[NR_F]; in __channel_sync()
[all …]
H A Dchannel.c2422 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh() local
2426 for (i = qfirst; i < qlast; i++) { in ch_set_lowat_thresh()
/xnu-11215.1.10/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c596 uint32_t qfirst[NR_TXRX], uint32_t qlast[NR_TXRX]) in nx_mon_na_krings_locks()
610 qfirst[t] = qlast[t] = mna->mna_first[t]; in nx_mon_na_krings_locks()
631 const uint32_t qfirst[NR_TXRX], const uint32_t qlast[NR_TXRX]) in nx_mon_na_krings_unlock()
645 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_na_krings_unlock()
661 uint32_t qfirst[NR_TXRX], qlast[NR_TXRX]; in nx_mon_enable() local
668 bzero(&qfirst, sizeof(qfirst)); in nx_mon_enable()
677 if ((err = nx_mon_na_krings_locks(na, qfirst, qlast)) != 0) { in nx_mon_enable()
698 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_enable()
724 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_enable()
736 nx_mon_na_krings_unlock(na, qfirst, qlast); in nx_mon_enable()
[all …]
/xnu-11215.1.10/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c407 ring_id_t qfirst; in nx_kpipe_dom_defunct() local
422 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
425 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
433 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
436 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
/xnu-11215.1.10/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c601 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct() local
616 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
632 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c2184 ring_id_t qfirst = ch->ch_first[t]; in na_kr_teardown_txrx() local
2188 for (i = qfirst; i < qlast; i++) { in na_kr_teardown_txrx()