Searched refs:last_warn (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_envctrl.c204 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
208 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) {
223 *last_warn = jiffies;
259 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
263 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) {
278 *last_warn = jiffies;
314 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) argument
319 analyze_ambient_temp(tp, last_warn, tp->sample_tick);
320 analyze_cpu_temp(tp, last_warn, tp->sample_tick);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h104 time_t last_warn; /* when we last warned about no readers */ member in struct:cache_detail
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dcache.c338 cd->last_warn = -1;
998 if (detail->last_warn != detail->last_close) {
999 detail->last_warn = detail->last_close;

Completed in 108 milliseconds