Searched refs:min_window (Results 1 – 4 of 4) sorted by relevance
54 #define min_window 2 /* minimum window size, degrees C */ macro129 if (size > min_window && ! tau[cpu].grew) { in tau_timeout()131 shrink = (2 + size - min_window) / 4; in tau_timeout()138 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()
20 static int min_window[] = {1}, max_window[] = {7}; variable112 .extra1 = &min_window,
25 static int min_window[] = {1}, max_window[] = {127}; variable104 .extra1 = &min_window,
16 static int min_window[] = {1}, max_window[] = {7}; variable67 .extra1 = &min_window,
Completed in 7 milliseconds