Home
last modified time | relevance | path

Searched refs:saved_states (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/gdb/linux/
H A Dsymbols.py146 saved_states = []
149 saved_states.append({'breakpoint': bp, 'enabled': bp.enabled})
167 for saved_state in saved_states:
/linux/arch/x86/events/
H A Dcore.c807 int saved_states; member
839 if (WARN_ON_ONCE(sched->saved_states >= SCHED_STATES_MAX)) in perf_sched_save_state()
842 sched->saved[sched->saved_states] = sched->state; in perf_sched_save_state()
843 sched->saved_states++; in perf_sched_save_state()
848 if (!sched->saved_states) in perf_sched_restore_state()
851 sched->saved_states--; in perf_sched_restore_state()
852 sched->state = sched->saved[sched->saved_states]; in perf_sched_restore_state()
/linux/drivers/regulator/
H A Dmax8997-regulator.c39 u8 saved_states[MAX8997_REG_MAX]; member
719 max8997_read_reg(i2c, reg, &max8997->saved_states[rid]); in max8997_reg_disable_suspend()
730 rdev->desc->name, max8997->saved_states[rid] & mask, in max8997_reg_disable_suspend()