Searched refs:last_warn (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/sbus/char/ |
| H A D | bbc_envctrl.c | 169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_ambient_temp() argument 173 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) { in analyze_ambient_temp() 188 *last_warn = jiffies; in analyze_ambient_temp() 224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_cpu_temp() argument 228 if (time_after(jiffies, (*last_warn + WARN_INTERVAL))) { in analyze_cpu_temp() 243 *last_warn = jiffies; in analyze_cpu_temp() 279 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) in analyze_temps() argument 284 analyze_ambient_temp(tp, last_warn, tp->sample_tick); in analyze_temps() 285 analyze_cpu_temp(tp, last_warn, tp->sample_tick); in analyze_temps()
|
| /linux/security/integrity/ima/ |
| H A D | ima_crypto.c | 239 int last_warn) in ima_alloc_pages() argument 260 if (!last_warn) in ima_alloc_pages()
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 408 cd->last_warn = -1; in sunrpc_init_cache_detail() 1184 if (detail->last_warn != detail->last_close) { in warn_no_listener() 1185 detail->last_warn = detail->last_close; in warn_no_listener()
|