Searched refs:min_window (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | temp.c | 52 #define min_window 2 /* minimum window size, degrees C */ macro 154 if (size > min_window && ! tau[cpu].grew) { in tau_timeout() 156 shrink = (2 + size - min_window) / 4; in tau_timeout() 163 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()
|
/linux-2.4.37.9/net/rose/ |
D | sysctl_net_rose.c | 22 static int min_window[] = {1}, max_window[] = {7}; variable 56 &proc_dointvec_minmax, &sysctl_intvec, NULL, &min_window, &max_window},
|
/linux-2.4.37.9/net/netrom/ |
D | sysctl_net_netrom.c | 27 static int min_window[] = {1}, max_window[] = {127}; variable 59 &proc_dointvec_minmax, &sysctl_intvec, NULL, &min_window, &max_window},
|
/linux-2.4.37.9/net/ax25/ |
D | sysctl_net_ax25.c | 17 static int min_window[] = {1}, max_window[] = {7}; variable 63 &min_window, &max_window},
|