HomeSort by: relevance | last modified time | path
    Searched defs:found_exact (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_bufq.c 137 bool found_exact; local in function:bufq_alloc
166 found_exact = false;
172 found_exact = true;
178 if (strategy == BUFQ_STRAT_ANY || found_exact)
194 if (strategy != BUFQ_STRAT_ANY && !found_exact) {
subr_bufq.c 137 bool found_exact; local in function:bufq_alloc
166 found_exact = false;
172 found_exact = true;
178 if (strategy == BUFQ_STRAT_ANY || found_exact)
194 if (strategy != BUFQ_STRAT_ANY && !found_exact) {

Completed in 23 milliseconds