Home
last modified time | relevance | path

Searched refs:min_state (Results 1 – 4 of 4) 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/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_wrapper_fpu.c362 unsigned int min_state = 0; in call_dml_mode_support_and_programming() local
386min_state = min_state_for_g6_temp_read > s->mode_support_params.out_lowest_state_idx ? min_state_f… in call_dml_mode_support_and_programming()
388 min_state = s->mode_support_params.out_lowest_state_idx; in call_dml_mode_support_and_programming()
393 result = dml_mode_programming(&dml2->v20.dml_core_ctx, min_state, &s->cur_display_config, true); in call_dml_mode_support_and_programming()
/linux/fs/btrfs/
H A Dtransaction.c913 const enum btrfs_trans_state min_state) in wait_for_commit() argument
923 if (min_state == TRANS_STATE_COMPLETED) in wait_for_commit()
929 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit()
933 if (min_state < TRANS_STATE_COMPLETED) in wait_for_commit()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c11323 int min_state = 1024, max_state = 0; in probe_cpuidle_residency() local
11358 if (state < min_state) in probe_cpuidle_residency()
11359 min_state = state; in probe_cpuidle_residency()
11377 int min_state = 1024, max_state = 0; in probe_cpuidle_counts() local
11427 if (state != min_state) { in probe_cpuidle_counts()