Home
last modified time | relevance | path

Searched refs:hw_count (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/trace/events/
H A Dosnoise.h17 int hw_count; /* # HW (incl. hypervisor) interference */ member
48 __field( int, hw_count )
59 __entry->hw_count = s->hw_count;
72 __entry->hw_count,
/linux-6.15/net/sched/
H A Dact_api.c136 u32 hw_count) in offload_action_hw_count_set() argument
138 act->in_hw_count = hw_count; in offload_action_hw_count_set()
142 u32 hw_count) in offload_action_hw_count_inc() argument
148 u32 hw_count) in offload_action_hw_count_dec() argument
204 u32 *hw_count) in tcf_action_offload_cmd_ex() argument
213 if (hw_count) in tcf_action_offload_cmd_ex()
214 *hw_count = err; in tcf_action_offload_cmd_ex()
220 u32 *hw_count, in tcf_action_offload_cmd_cb_ex() argument
230 if (hw_count) in tcf_action_offload_cmd_cb_ex()
231 *hw_count = 1; in tcf_action_offload_cmd_cb_ex()
[all …]
/linux-6.15/drivers/staging/gpib/tnt4882/
H A Dtnt4882_gpib.c285 s32 hw_count; in tnt4882_accel_read() local
304 hw_count = -length; in tnt4882_accel_read()
305 tnt_writeb(tnt_priv, hw_count & 0xff, CNT0); in tnt4882_accel_read()
306 tnt_writeb(tnt_priv, (hw_count >> 8) & 0xff, CNT1); in tnt4882_accel_read()
307 tnt_writeb(tnt_priv, (hw_count >> 16) & 0xff, CNT2); in tnt4882_accel_read()
308 tnt_writeb(tnt_priv, (hw_count >> 24) & 0xff, CNT3); in tnt4882_accel_read()
459 s32 hw_count; in generic_write() local
487 hw_count = -length; in generic_write()
488 tnt_writeb(tnt_priv, hw_count & 0xff, CNT0); in generic_write()
489 tnt_writeb(tnt_priv, (hw_count >> 8) & 0xff, CNT1); in generic_write()
[all …]
/linux-6.15/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()
/linux-6.15/tools/tracing/rtla/src/
H A Dosnoise_top.c23 unsigned long long hw_count; member
104 update_sum(&cpu_data->hw_count, &val); in osnoise_top_handler()
209 trace_seq_printf(s, "%12llu ", cpu_data->hw_count); in osnoise_top_print()
/linux-6.15/kernel/trace/
H A Dtrace_entries.h427 __field( unsigned int, hw_count )
437 __entry->hw_count,
H A Dtrace_osnoise.c486 entry->hw_count = sample->hw_count; in __record_osnoise_sample()
1415 int hw_count = 0; in run_osnoise() local
1509 hw_count++; in run_osnoise()
1581 s.hw_count = hw_count; in run_osnoise()
H A Dtrace_output.c1520 trace_seq_printf(s, " %6u", field->hw_count); in trace_osnoise_print()
1544 field->hw_count, in trace_osnoise_raw()