Searched refs:last_warn (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/sbus/char/ |
D | bbc_envctrl.c | 207 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_ambient_temp() argument 211 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) { in analyze_ambient_temp() 226 *last_warn = jiffies; in analyze_ambient_temp() 262 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_cpu_temp() argument 266 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) { in analyze_cpu_temp() 281 *last_warn = jiffies; in analyze_cpu_temp() 317 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) in analyze_temps() argument 322 analyze_ambient_temp(tp, last_warn, tp->sample_tick); in analyze_temps() 323 analyze_cpu_temp(tp, last_warn, tp->sample_tick); in analyze_temps()
|