Home
last modified time | relevance | path

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

/openbmc/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:
/openbmc/linux/arch/x86/events/
H A Dcore.c802 int saved_states; member
834 if (WARN_ON_ONCE(sched->saved_states >= SCHED_STATES_MAX)) in perf_sched_save_state()
837 sched->saved[sched->saved_states] = sched->state; in perf_sched_save_state()
838 sched->saved_states++; in perf_sched_save_state()
843 if (!sched->saved_states) in perf_sched_restore_state()
846 sched->saved_states--; in perf_sched_restore_state()
847 sched->state = sched->saved[sched->saved_states]; in perf_sched_restore_state()
/openbmc/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()