Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/sbus/char/
Dbbc_envctrl.c168 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_ambient_temp() argument
172 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) { in analyze_ambient_temp()
187 *last_warn = jiffies; in analyze_ambient_temp()
223 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_cpu_temp() argument
227 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) { in analyze_cpu_temp()
242 *last_warn = jiffies; in analyze_cpu_temp()
278 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) in analyze_temps() argument
283 analyze_ambient_temp(tp, last_warn, tp->sample_tick); in analyze_temps()
284 analyze_cpu_temp(tp, last_warn, tp->sample_tick); in analyze_temps()
/linux-4.1.27/security/integrity/ima/
Dima_crypto.c125 int last_warn) in ima_alloc_pages() argument
146 if (!last_warn) in ima_alloc_pages()
/linux-4.1.27/include/linux/sunrpc/
Dcache.h119 time_t last_warn; /* when we last warned about no readers */ member
/linux-4.1.27/net/sunrpc/
Dcache.c348 cd->last_warn = -1; in sunrpc_init_cache_detail()
1119 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1120 detail->last_warn = detail->last_close; in warn_no_listener()