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

/linux-master/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);
/linux-master/sound/soc/codecs/
H A Dtas6424.c46 unsigned int last_warn; member in struct:tas6424_data
86 tas6424->last_warn = 0;
544 tas6424->last_warn = reg;
548 if ((reg & TAS6424_WARN_VDD_UV) && !(tas6424->last_warn & TAS6424_WARN_VDD_UV))
551 if ((reg & TAS6424_WARN_VDD_POR) && !(tas6424->last_warn & TAS6424_WARN_VDD_POR))
554 if ((reg & TAS6424_WARN_VDD_OTW) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW))
557 if ((reg & TAS6424_WARN_VDD_OTW_CH1) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH1))
560 if ((reg & TAS6424_WARN_VDD_OTW_CH2) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH2))
563 if ((reg & TAS6424_WARN_VDD_OTW_CH3) && !(tas6424->last_warn & TAS6424_WARN_VDD_OTW_CH3))
566 if ((reg & TAS6424_WARN_VDD_OTW_CH4) && !(tas6424->last_warn
[all...]
/linux-master/include/linux/sunrpc/
H A Dcache.h119 time64_t last_warn; /* when we last warned about no writers */ member in struct:cache_detail
/linux-master/security/integrity/ima/
H A Dima_crypto.c227 * @last_warn: Should the min_size allocation warn or not.
232 * last_warn is set. Last_warn set affects only last allocation of zero order.
239 int last_warn)
260 if (!last_warn)
238 ima_alloc_pages(loff_t max_size, size_t *allocated_size, int last_warn) argument
/linux-master/net/sunrpc/
H A Dcache.c394 cd->last_warn = -1;
1175 if (detail->last_warn != detail->last_close) {
1176 detail->last_warn = detail->last_close;

Completed in 290 milliseconds