old_stat          445 drivers/gpio/gpio-max732x.c 	uint8_t old_stat;
old_stat          464 drivers/gpio/gpio-max732x.c 	old_stat = cur_stat ^ trigger;
old_stat          466 drivers/gpio/gpio-max732x.c 	pending = (old_stat & chip->irq_trig_fall) |
old_stat          678 drivers/gpio/gpio-pca953x.c 	u8 old_stat[MAX_BANK];
old_stat          717 drivers/gpio/gpio-pca953x.c 	memcpy(old_stat, chip->irq_stat, NBANK(chip));
old_stat          720 drivers/gpio/gpio-pca953x.c 		trigger[i] = (cur_stat[i] ^ old_stat[i]) & chip->irq_mask[i];
old_stat          731 drivers/gpio/gpio-pca953x.c 		pending[i] = (old_stat[i] & chip->irq_trig_fall[i]) |
old_stat           69 tools/perf/util/namespaces.c 	struct stat old_stat;
old_stat           81 tools/perf/util/namespaces.c 	if (stat(oldns, &old_stat) < 0)
old_stat           90 tools/perf/util/namespaces.c 	if (old_stat.st_ino != new_stat.st_ino) {