Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Darm64-frame-pointer-unwind-support.h10 u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c211 u8 user_idx = 0; in mlx5hws_action_check_combo() local
221 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
222 user_idx++; in mlx5hws_action_check_combo()
229 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Ddevx.c1041 u32 user_idx; in UVERBS_HANDLER() local
1049 if (uverbs_copy_from(&user_idx, attrs, in UVERBS_HANDLER()
1053 dev_idx = bfregn_to_uar_index(dev, &c->bfregi, user_idx, true); in UVERBS_HANDLER()