Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_syscalls.c370 ring_id_t i, qfirst, qlast; in __channel_sync() local
451 qlast = ch->ch_last[t]; in __channel_sync()
453 for (i = qfirst; i < qlast; i++) { in __channel_sync()
552 qlast = ch->ch_last[NR_A]; in __channel_sync()
556 } else if ((qlast - qfirst) > 1 && in __channel_sync()
558 qlast--; in __channel_sync()
561 ASSERT(qfirst != qlast); in __channel_sync()
564 for (i = qfirst; i < qlast; i++) { in __channel_sync()
607 qlast = ch->ch_last[NR_F]; in __channel_sync()
608 ASSERT(qfirst != qlast); in __channel_sync()
[all …]
H A Dchannel.c2411 ring_id_t qlast = ch->ch_last[t]; in ch_set_lowat_thresh() local
2414 for (i = qfirst; i < qlast; i++) { in ch_set_lowat_thresh()
/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c601 uint32_t qfirst[NR_TXRX], uint32_t qlast[NR_TXRX]) in nx_mon_na_krings_locks()
615 qfirst[t] = qlast[t] = mna->mna_first[t]; in nx_mon_na_krings_locks()
624 qlast[t] = i + 1; in nx_mon_na_krings_locks()
636 const uint32_t qfirst[NR_TXRX], const uint32_t qlast[NR_TXRX]) in nx_mon_na_krings_unlock()
650 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_na_krings_unlock()
666 uint32_t qfirst[NR_TXRX], qlast[NR_TXRX]; in nx_mon_enable() local
674 bzero(&qlast, sizeof(qlast)); in nx_mon_enable()
682 if ((err = nx_mon_na_krings_locks(na, qfirst, qlast)) != 0) { in nx_mon_enable()
703 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_enable()
729 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_enable()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c404 ring_id_t qlast; in nx_kpipe_dom_defunct() local
419 qlast = ch->ch_last[t]; in nx_kpipe_dom_defunct()
421 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
430 qlast = ch->ch_last[t]; in nx_kpipe_dom_defunct()
432 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c614 ring_id_t qlast = ch->ch_last[NR_TX]; in nx_upipe_dom_defunct() local
628 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
644 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c2104 ring_id_t qlast = ch->ch_last[t]; in na_kr_teardown_txrx() local
2107 for (i = qfirst; i < qlast; i++) { in na_kr_teardown_txrx()