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

/freebsd-11.0-release/sys/dev/bhnd/bhndb/
H A Dbhndb.c238 size_t prio_low, prio_default, prio_high; local
244 prio_default = 0;
366 prio_default++;
377 size_t prio_total = prio_low + prio_default + prio_high;
382 } else if (prio_default + prio_high <= r->dwa_count) {

Completed in 43 milliseconds