Home
last modified time | relevance | path

Searched refs:hw_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c136 u32 hw_count) in offload_action_hw_count_set()
138 act->in_hw_count = hw_count; in offload_action_hw_count_set()
142 u32 hw_count) in offload_action_hw_count_inc()
144 act->in_hw_count += hw_count; in offload_action_hw_count_inc()
148 u32 hw_count) in offload_action_hw_count_dec()
150 act->in_hw_count = act->in_hw_count > hw_count ? in offload_action_hw_count_dec()
151 act->in_hw_count - hw_count : 0; in offload_action_hw_count_dec()
204 u32 *hw_count) in tcf_action_offload_cmd_ex()
213 if (hw_count) in tcf_action_offload_cmd_ex()
214 *hw_count in tcf_action_offload_cmd_ex()
135 offload_action_hw_count_set(struct tc_action *act, u32 hw_count) offload_action_hw_count_set() argument
141 offload_action_hw_count_inc(struct tc_action *act, u32 hw_count) offload_action_hw_count_inc() argument
147 offload_action_hw_count_dec(struct tc_action *act, u32 hw_count) offload_action_hw_count_dec() argument
203 tcf_action_offload_cmd_ex(struct flow_offload_action *fl_act, u32 *hw_count) tcf_action_offload_cmd_ex() argument
219 tcf_action_offload_cmd_cb_ex(struct flow_offload_action *fl_act, u32 *hw_count, flow_indr_block_bind_cb_t *cb, void *cb_priv) tcf_action_offload_cmd_cb_ex() argument
236 tcf_action_offload_cmd(struct flow_offload_action *fl_act, u32 *hw_count, flow_indr_block_bind_cb_t *cb, void *cb_priv) tcf_action_offload_cmd() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.c199 int ret = 0, i, hw_count; in fops_vcodec_open() local
214 hw_count = mtk_vcodec_get_hw_count(ctx, dev); in fops_vcodec_open()
215 if (!hw_count || !dev->subdev_prob_done) { in fops_vcodec_open()
224 for (i = 0; i < hw_count; i++) in fops_vcodec_open()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise_top.c55 unsigned long long hw_count; member
135 tep_get_field_val(s, event, "hw_count", record, &val, 1); in osnoise_top_handler()
136 update_sum(&cpu_data->hw_count, &val); in osnoise_top_handler()
234 trace_seq_printf(s, "%12llu ", cpu_data->hw_count); in osnoise_top_print()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_entries.h398 __field( unsigned int, hw_count )
408 __entry->hw_count,
H A Dtrace_osnoise.c315 int hw_count; /* # HW (incl. hypervisor) interference */ member
508 entry->hw_count = sample->hw_count; in __trace_osnoise_sample()
1427 int hw_count = 0; in run_osnoise() local
1521 hw_count++; in run_osnoise()
1595 s.hw_count = hw_count; in run_osnoise()
H A Dtrace_output.c1405 trace_seq_printf(s, " %6u", field->hw_count); in trace_osnoise_print()
1429 field->hw_count, in trace_osnoise_raw()

Completed in 13 milliseconds