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

/linux-master/tools/perf/util/
H A Dnamespaces.c103 struct stat old_stat; local
113 if (stat(oldns, &old_stat) < 0)
122 if (old_stat.st_ino != new_stat.st_ino) {
/linux-master/drivers/gpio/
H A Dgpio-max732x.c445 uint8_t old_stat; local
464 old_stat = cur_stat ^ trigger;
466 pending = (old_stat & chip->irq_trig_fall) |
H A Dgpio-pca953x.c836 DECLARE_BITMAP(old_stat, MAX_LINE);
868 bitmap_copy(old_stat, chip->irq_stat, gc->ngpio);
871 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio);
879 bitmap_and(cur_stat, chip->irq_trig_fall, old_stat, gc->ngpio);
880 bitmap_and(old_stat, chip->irq_trig_raise, new_stat, gc->ngpio);
881 bitmap_or(new_stat, old_stat, cur_stat, gc->ngpio);
/linux-master/kernel/
H A Dwatchdog.c387 u16 old_stat, new_stat; local
396 old_stat = __this_cpu_read(cpustat_old[i]);
398 util = DIV_ROUND_UP(100 * (new_stat - old_stat), sample_period_16);
/linux-master/drivers/power/supply/
H A Drt9467-charger.c279 unsigned int old_stat; member in struct:rt9467_chg_data
892 evts = data->old_stat ^ new_stat;
893 data->old_stat = new_stat;

Completed in 238 milliseconds