Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Darm64-frame-pointer-unwind-support.h10 u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c215 u8 user_idx = 0; in mlx5hws_action_check_combo() local
224 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
225 user_idx++; in mlx5hws_action_check_combo()
232 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()