Searched refs:qfirst (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_bdg.c555 u_int qfirst; member in struct:nm_bdg_kthread
565 u_int qfirst; member in struct:nm_bdg_polling_state
577 u_int qfirst, qlast, i; local
582 qfirst = nbk->qfirst;
587 for (i = qfirst; i < qlast; i++) {
612 t->qfirst = all ? bps->qfirst /* must be 0 */: affinity;
613 t->qlast = all ? bps->qlast : t->qfirst + 1;
615 nm_prinf("kthread %d a:%u qf:%u ql:%u", i, affinity, t->qfirst,
689 unsigned int qfirst, qlast; local
[all...]
H A Dnetmap.c2474 u_int i, qfirst, qlast; local
2905 qfirst = priv->np_qfirst[t];
2909 for (i = qfirst; i < qlast; i++) {

Completed in 106 milliseconds