Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/channel/ !
H A Dchannel_syscalls.c365 ring_id_t i, qfirst, qlast; in __channel_sync() local
445 qfirst = ch->ch_first[t]; in __channel_sync()
448 for (i = qfirst; i < qlast; i++) { in __channel_sync()
553 qfirst = ch->ch_first[type]; in __channel_sync()
557 qfirst = ch->ch_first[type]; in __channel_sync()
560 qfirst++; in __channel_sync()
561 } else if ((qlast - qfirst) > 1 && in __channel_sync()
566 ASSERT(qfirst != qlast); in __channel_sync()
569 for (i = qfirst; i < qlast; i++) { in __channel_sync()
611 qfirst = ch->ch_first[NR_F]; in __channel_sync()
[all …]
H A Dchannel.c2400 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh() local
2404 for (i = qfirst; i < qlast; i++) { in ch_set_lowat_thresh()
/xnu-12377.61.12/bsd/skywalk/nexus/kpipe/ !
H A Dnx_kernel_pipe.c406 ring_id_t qfirst; in nx_kpipe_dom_defunct() local
421 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
424 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
432 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct()
435 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
/xnu-12377.61.12/bsd/skywalk/nexus/upipe/ !
H A Dnx_user_pipe.c600 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct() local
615 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
631 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
/xnu-12377.61.12/bsd/skywalk/nexus/ !
H A Dnexus_adapter.c2159 ring_id_t qfirst = ch->ch_first[t]; in na_kr_teardown_txrx() local
2163 for (i = qfirst; i < qlast; i++) { in na_kr_teardown_txrx()