Searched refs:rel_slots (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_monitor.c589 int rel_slots, free_slots, busy, sent = 0; local
601 /* get the relased slots (rel_slots) */
613 rel_slots = end - beg;
614 if (rel_slots < 0)
615 rel_slots += kring->nkr_num_slots;
617 if (!rel_slots) {
639 /* swap min(free_slots, rel_slots) slots */
640 if (free_slots < rel_slots) {
641 beg += (rel_slots - free_slots);
642 rel_slots
[all...]

Completed in 70 milliseconds