Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c38 int min_state; member
86 .min_state = 0,
90 .min_state = (4 * MLXSW_THERMAL_MAX_STATE) / 10,
94 .min_state = MLXSW_THERMAL_MAX_STATE,
181 c->lower = state->min_state; in mlxsw_thermal_should_bind()
231 c->lower = state->min_state; in mlxsw_thermal_module_should_bind()
/linux/fs/btrfs/
H A Dtransaction.c902 const enum btrfs_trans_state min_state) in wait_for_commit() argument
912 if (min_state == TRANS_STATE_COMPLETED) in wait_for_commit()
918 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit()
922 if (min_state < TRANS_STATE_COMPLETED) in wait_for_commit()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c11247 int min_state = 1024, max_state = 0; in probe_cpuidle_residency() local
11282 if (state < min_state) in probe_cpuidle_residency()
11283 min_state = state; in probe_cpuidle_residency()
11293 int min_state = 1024, max_state = 0; in probe_cpuidle_counts() local
11346 if (state != min_state) { in probe_cpuidle_counts()