Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dtau_6xx.c54 #define min_window 2 /* minimum window size, degrees C */ macro
156 if (size > min_window && ! tau[cpu].grew) { in tau_timeout()
158 shrink = (2 + size - min_window) / 4; in tau_timeout()
165 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()
/Linux-v5.4/net/rose/
Dsysctl_net_rose.c20 static int min_window[] = {1}, max_window[] = {7}; variable
112 .extra1 = &min_window,
/Linux-v5.4/net/netrom/
Dsysctl_net_netrom.c25 static int min_window[] = {1}, max_window[] = {127}; variable
104 .extra1 = &min_window,
/Linux-v5.4/net/ax25/
Dsysctl_net_ax25.c16 static int min_window[] = {1}, max_window[] = {7}; variable
67 .extra1 = &min_window,
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/stats/
Dstats.c58 unsigned int min_window; member
247 time[time_index].min_window, in mod_stats_dump()
442 time[index].min_window = window_min; in mod_stats_update_freesync()