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

/linux-master/arch/powerpc/kernel/
H A Dtau_6xx.c53 #define min_window 2 /* minimum window size, degrees C */ macro
128 if (size > min_window && ! tau[cpu].grew) {
130 shrink = (2 + size - min_window) / 4;
134 } else { /* size must have been min_window + 1 */
137 if ((tau[cpu].high - tau[cpu].low) != min_window){
/linux-master/net/rose/
H A Dsysctl_net_rose.c20 static int min_window[] = {1}, max_window[] = {7}; variable
112 .extra1 = &min_window,
/linux-master/net/netrom/
H A Dsysctl_net_netrom.c25 static int min_window[] = {1}, max_window[] = {127}; variable
104 .extra1 = &min_window,
/linux-master/net/ax25/
H A Dsysctl_net_ax25.c16 static int min_window[] = {1}, max_window[] = {7}; variable
67 .extra1 = &min_window,

Completed in 120 milliseconds