Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c45 int min_state; member
54 .min_state = 0,
62 .min_state = (4 * MLXSW_THERMAL_MAX_STATE) / 10,
68 .min_state = MLXSW_THERMAL_MAX_STATE,
233 trip->min_state, in mlxsw_thermal_bind()
388 trip->min_state, in mlxsw_thermal_module_bind()
/Linux-v5.15/fs/btrfs/
Dtransaction.c847 const enum btrfs_trans_state min_state) in wait_for_commit() argument
849 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit()