Searched defs:probability (Results 1 - 1 of 1) sorted by relevance

/arch/mips/kernel/
H A Dcpu-probe.c199 unsigned int probability = c->tlbsize / c->tlbsizevtlb; local
208 * Use the linear midpoint as the probability threshold.
210 if (probability >= 12)
212 else if (probability >= 6)
232 /* Clear the old probability value */

Completed in 250 milliseconds