Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/sbus/char/
H A Dbbc_envctrl.c169 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()
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Dbbc_envctrl.c169 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()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dtas6424.c47 unsigned int last_warn; member
87 tas6424->last_warn = 0; in tas6424_dac_event()
546 tas6424->last_warn = reg; in tas6424_fault_check_work()
550 if ((reg & TAS6424_WARN_VDD_UV) && !(tas6424->last_warn & TAS6424_WARN_VDD_UV)) in tas6424_fault_check_work()
553 if ((reg & TAS6424_WARN_VDD_POR) && !(tas6424->last_warn & TAS6424_WARN_VDD_POR)) in tas6424_fault_check_work()
556 if ((reg & TAS6424_WARN_VDD_OTW) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW)) in tas6424_fault_check_work()
559 if ((reg & TAS6424_WARN_VDD_OTW_CH1) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH1)) in tas6424_fault_check_work()
562 if ((reg & TAS6424_WARN_VDD_OTW_CH2) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH2)) in tas6424_fault_check_work()
565 if ((reg & TAS6424_WARN_VDD_OTW_CH3) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH3)) in tas6424_fault_check_work()
568 if ((reg & TAS6424_WARN_VDD_OTW_CH4) && !(tas6424->last_warn in tas6424_fault_check_work()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas6424.c46 unsigned int last_warn; member
86 tas6424->last_warn = 0; in tas6424_dac_event()
544 tas6424->last_warn = reg; in tas6424_fault_check_work()
548 if ((reg & TAS6424_WARN_VDD_UV) && !(tas6424->last_warn & TAS6424_WARN_VDD_UV)) in tas6424_fault_check_work()
551 if ((reg & TAS6424_WARN_VDD_POR) && !(tas6424->last_warn & TAS6424_WARN_VDD_POR)) in tas6424_fault_check_work()
554 if ((reg & TAS6424_WARN_VDD_OTW) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW)) in tas6424_fault_check_work()
557 if ((reg & TAS6424_WARN_VDD_OTW_CH1) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH1)) in tas6424_fault_check_work()
560 if ((reg & TAS6424_WARN_VDD_OTW_CH2) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH2)) in tas6424_fault_check_work()
563 if ((reg & TAS6424_WARN_VDD_OTW_CH3) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH3)) in tas6424_fault_check_work()
566 if ((reg & TAS6424_WARN_VDD_OTW_CH4) && !(tas6424->last_warn in tas6424_fault_check_work()
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dcache.h115 time64_t last_warn; /* when we last warned about no writers */ member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dcache.h119 time64_t last_warn; /* when we last warned about no writers */ member
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_crypto.c232 * @last_warn: Should the min_size allocation warn or not.
237 * last_warn is set. Last_warn set affects only last allocation of zero order.
244 int last_warn) in ima_alloc_pages()
265 if (!last_warn) in ima_alloc_pages()
243 ima_alloc_pages(loff_t max_size, size_t *allocated_size, int last_warn) ima_alloc_pages() argument
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_crypto.c232 * @last_warn: Should the min_size allocation warn or not.
237 * last_warn is set. Last_warn set affects only last allocation of zero order.
244 int last_warn) in ima_alloc_pages()
265 if (!last_warn) in ima_alloc_pages()
243 ima_alloc_pages(loff_t max_size, size_t *allocated_size, int last_warn) ima_alloc_pages() argument
/kernel/linux/linux-5.10/net/sunrpc/
H A Dcache.c392 cd->last_warn = -1; in sunrpc_init_cache_detail()
1178 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1179 detail->last_warn = detail->last_close; in warn_no_listener()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dcache.c394 cd->last_warn = -1; in sunrpc_init_cache_detail()
1175 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1176 detail->last_warn = detail->last_close; in warn_no_listener()

Completed in 12 milliseconds