Searched refs:sampler (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | sample.c | 44 struct mlx5e_sampler *sampler; member 175 struct mlx5e_sampler *sampler; in sampler_get() local 182 if (!sampler_cmp(sampler->sample_ratio, sampler->default_table_id, in sampler_get() 186 sampler = kzalloc(sizeof(*sampler), GFP_KERNEL); in sampler_get() 187 if (!sampler) { in sampler_get() 203 sampler->count++; in sampler_get() 205 return sampler; in sampler_get() 208 kfree(sampler); in sampler_get() 218 if (--sampler->count == 0) { in sampler_put() 219 hash_del(&sampler->hlist); in sampler_put() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_acl_flex_actions.c | 2128 sampler->span_id, sampler->ingress); in mlxsw_afa_sampler_destroy() 2129 kfree(sampler); in mlxsw_afa_sampler_destroy() 2135 struct mlxsw_afa_sampler *sampler; in mlxsw_afa_sampler_destructor() local 2150 sampler = kzalloc(sizeof(*sampler), GFP_KERNEL); in mlxsw_afa_sampler_create() 2151 if (!sampler) in mlxsw_afa_sampler_create() 2161 sampler->ingress = ingress; in mlxsw_afa_sampler_create() 2162 sampler->local_port = local_port; in mlxsw_afa_sampler_create() 2165 return sampler; in mlxsw_afa_sampler_create() 2168 kfree(sampler); in mlxsw_afa_sampler_create() 2202 if (IS_ERR(sampler)) in mlxsw_afa_block_append_sampler() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_dbg.c | 200 0, 0, action->sampler->sampler_id, in dr_dump_rule_action_mem() 201 action->sampler->rx_icm_addr, in dr_dump_rule_action_mem() 202 action->sampler->tx_icm_addr); in dr_dump_rule_action_mem()
|
A D | dr_action.c | 845 attr.final_icm_addr = rx_rule ? action->sampler->rx_icm_addr : in mlx5dr_actions_build_ste_arr() 846 action->sampler->tx_icm_addr; in mlx5dr_actions_build_ste_arr() 1308 action->sampler->dmn = dmn; in mlx5dr_action_create_flow_sampler() 1309 action->sampler->sampler_id = sampler_id; in mlx5dr_action_create_flow_sampler() 1310 action->sampler->rx_icm_addr = icm_rx; in mlx5dr_action_create_flow_sampler() 1311 action->sampler->tx_icm_addr = icm_tx; in mlx5dr_action_create_flow_sampler() 2181 refcount_dec(&action->sampler->dmn->refcount); in mlx5dr_action_destroy()
|
A D | dr_types.h | 1088 struct mlx5dr_action_sampler *sampler; member
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | mmci_stm32_sdmmc.c | 427 int unit, int phase, bool sampler) in sdmmc_dlyb_set_cfgr() argument 437 if (!sampler) in sdmmc_dlyb_set_cfgr()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_engine_types.h | 71 u32 sampler[GEN_MAX_GSLICES][I915_MAX_SUBSLICES]; member
|
A D | intel_engine_cs.c | 1662 instdone->sampler[slice][subslice] = in intel_engine_get_instdone() 1688 instdone->sampler[0][0] = in intel_engine_get_instdone()
|
/linux-6.3-rc2/kernel/events/ |
A D | core.c | 6932 struct perf_event *sampler = event->aux_event; in perf_prepare_sample_aux() local 6937 if (!sampler) in perf_prepare_sample_aux() 6940 if (WARN_ON_ONCE(READ_ONCE(sampler->state) != PERF_EVENT_STATE_ACTIVE)) in perf_prepare_sample_aux() 6943 if (WARN_ON_ONCE(READ_ONCE(sampler->oncpu) != smp_processor_id())) in perf_prepare_sample_aux() 6946 rb = ring_buffer_get(sampler); in perf_prepare_sample_aux() 7004 struct perf_event *sampler = event->aux_event; in perf_aux_sample_output() local 7009 if (WARN_ON_ONCE(!sampler || !data->aux_size)) in perf_aux_sample_output() 7012 rb = ring_buffer_get(sampler); in perf_aux_sample_output() 7016 size = perf_pmu_snapshot_aux(rb, sampler, handle, data->aux_size); in perf_aux_sample_output()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.c | 460 ee->instdone.sampler[slice][subslice]); in error_print_instdone()
|
Completed in 53 milliseconds