Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dtemp.c52 #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/
Dsysctl_net_rose.c22 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/
Dsysctl_net_netrom.c27 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/
Dsysctl_net_ax25.c17 static int min_window[] = {1}, max_window[] = {7}; variable
63 &min_window, &max_window},