Home
last modified time | relevance | path

Searched refs:found_exact (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dsubr_bufq.c137 bool found_exact; in bufq_alloc() local
166 found_exact = false; in bufq_alloc()
172 found_exact = true; in bufq_alloc()
178 if (strategy == BUFQ_STRAT_ANY || found_exact) in bufq_alloc()
194 if (strategy != BUFQ_STRAT_ANY && !found_exact) { in bufq_alloc()