Home
last modified time | relevance | path

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

/linux/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/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
144 act->in_hw_count += hw_count; in offload_action_hw_count_inc()
148 u32 hw_count) in offload_action_hw_count_dec() argument
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() argument
213 if (hw_count) in tcf_action_offload_cmd_ex()
214 *hw_count = err; in tcf_action_offload_cmd_ex()
[all …]
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c286 s32 hw_count; in tnt4882_accel_read() local
305 hw_count = -length; in tnt4882_accel_read()
306 tnt_writeb(tnt_priv, hw_count & 0xff, CNT0); in tnt4882_accel_read()
307 tnt_writeb(tnt_priv, (hw_count >> 8) & 0xff, CNT1); in tnt4882_accel_read()
308 tnt_writeb(tnt_priv, (hw_count >> 16) & 0xff, CNT2); in tnt4882_accel_read()
309 tnt_writeb(tnt_priv, (hw_count >> 24) & 0xff, CNT3); in tnt4882_accel_read()
461 s32 hw_count; in generic_write() local
489 hw_count = -length; in generic_write()
490 tnt_writeb(tnt_priv, hw_count & 0xff, CNT0); in generic_write()
491 tnt_writeb(tnt_priv, (hw_count >> 8) & 0xff, CNT1); in generic_write()
[all …]
/linux/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/tools/tracing/rtla/src/
H A Dosnoise_top.c23 unsigned long long hw_count; member
104 tep_get_field_val(s, event, "hw_count", record, &val, 1); in osnoise_top_handler()
105 update_sum(&cpu_data->hw_count, &val); in osnoise_top_handler()
211 trace_seq_printf(s, "%12llu ", cpu_data->hw_count); in osnoise_top_print()
/linux/kernel/trace/
H A Dtrace_entries.h428 __field( unsigned int, hw_count )
438 __entry->hw_count,
H A Dtrace_osnoise.c503 entry->hw_count = sample->hw_count; in __record_osnoise_sample()
1432 int hw_count = 0; in run_osnoise() local
1526 hw_count++; in run_osnoise()
1598 s.hw_count = hw_count; in run_osnoise()