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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_envctrl.c169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
173 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) {
188 *last_warn = jiffies;
224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
228 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) {
243 *last_warn = jiffies;
279 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) argument
284 analyze_ambient_temp(tp, last_warn, tp->sample_tick);
285 analyze_cpu_temp(tp, last_warn, tp->sample_tick);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dcache.h113 time_t last_warn; /* when we last warned about no readers */ member in struct:cache_detail
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c333 cd->last_warn = -1;
1011 if (detail->last_warn != detail->last_close) {
1012 detail->last_warn = detail->last_close;

Completed in 133 milliseconds