Searched refs:qfirst (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 370 ring_id_t i, qfirst, qlast; in __channel_sync() local 450 qfirst = ch->ch_first[t]; in __channel_sync() 453 for (i = qfirst; i < qlast; i++) { in __channel_sync() 551 qfirst = ch->ch_first[NR_A]; in __channel_sync() 555 qfirst++; in __channel_sync() 556 } else if ((qlast - qfirst) > 1 && in __channel_sync() 561 ASSERT(qfirst != qlast); in __channel_sync() 564 for (i = qfirst; i < qlast; i++) { in __channel_sync() 606 qfirst = ch->ch_first[NR_F]; in __channel_sync() 608 ASSERT(qfirst != qlast); in __channel_sync() [all …]
|
| H A D | channel.c | 2401 ring_id_t qfirst = ch->ch_first[t]; in ch_set_lowat_thresh() local 2405 for (i = qfirst; i < qlast; i++) { in ch_set_lowat_thresh()
|
| /xnu-8020.140.41/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 590 uint32_t qfirst[NR_TXRX], uint32_t qlast[NR_TXRX]) in nx_mon_na_krings_locks() 604 qfirst[t] = qlast[t] = mna->mna_first[t]; in nx_mon_na_krings_locks() 625 const uint32_t qfirst[NR_TXRX], const uint32_t qlast[NR_TXRX]) in nx_mon_na_krings_unlock() 639 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_na_krings_unlock() 655 uint32_t qfirst[NR_TXRX], qlast[NR_TXRX]; in nx_mon_enable() local 662 bzero(&qfirst, sizeof(qfirst)); in nx_mon_enable() 671 if ((err = nx_mon_na_krings_locks(na, qfirst, qlast)) != 0) { in nx_mon_enable() 692 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_enable() 718 for (i = qfirst[t]; i < qlast[t]; i++) { in nx_mon_enable() 730 nx_mon_na_krings_unlock(na, qfirst, qlast); in nx_mon_enable() [all …]
|
| /xnu-8020.140.41/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 403 ring_id_t qfirst; in nx_kpipe_dom_defunct() local 418 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct() 421 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct() 429 qfirst = ch->ch_first[t]; in nx_kpipe_dom_defunct() 432 for (i = qfirst; i < qlast; i++) { in nx_kpipe_dom_defunct()
|
| /xnu-8020.140.41/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 604 ring_id_t qfirst = ch->ch_first[NR_TX]; in nx_upipe_dom_defunct() local 619 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct() 635 for (i = qfirst; i < qlast; i++) { in nx_upipe_dom_defunct()
|
| /xnu-8020.140.41/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2043 ring_id_t qfirst = ch->ch_first[t]; in na_kr_teardown_txrx() local 2047 for (i = qfirst; i < qlast; i++) { in na_kr_teardown_txrx()
|