Home
last modified time | relevance | path

Searched refs:saved_states (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dsymbols.py143 saved_states = []
146 saved_states.append({'breakpoint': bp, 'enabled': bp.enabled})
163 for saved_state in saved_states:
/kernel/linux/linux-6.6/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:
/kernel/linux/linux-5.10/arch/x86/events/
H A Dcore.c758 int saved_states; member
790 if (WARN_ON_ONCE(sched->saved_states >= SCHED_STATES_MAX)) in perf_sched_save_state()
793 sched->saved[sched->saved_states] = sched->state; in perf_sched_save_state()
794 sched->saved_states++; in perf_sched_save_state()
799 if (!sched->saved_states) in perf_sched_restore_state()
802 sched->saved_states--; in perf_sched_restore_state()
803 sched->state = sched->saved[sched->saved_states]; in perf_sched_restore_state()
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c800 int saved_states; member
832 if (WARN_ON_ONCE(sched->saved_states >= SCHED_STATES_MAX)) in perf_sched_save_state()
835 sched->saved[sched->saved_states] = sched->state; in perf_sched_save_state()
836 sched->saved_states++; in perf_sched_save_state()
841 if (!sched->saved_states) in perf_sched_restore_state()
844 sched->saved_states--; in perf_sched_restore_state()
845 sched->state = sched->saved[sched->saved_states]; in perf_sched_restore_state()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds