Home
last modified time | relevance | path

Searched refs:COUNT (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.3-rc2/tools/usb/
A Dhcd-tests.sh34 COUNT=50000
95 COUNT=5000
131 COUNT=100
138 COUNT=2000
162 COUNT=1000
174 COUNT=100
192 COUNT=100
199 COUNT=2000
215 COUNT=1000
227 COUNT=100
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Dfrontend-stat-properties.rst91 .. _DTV-STAT-PRE-ERROR-BIT-COUNT:
105 :ref:`DTV_STAT_PRE_TOTAL_BIT_COUNT <DTV-STAT-PRE-TOTAL-BIT-COUNT>`.
120 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT:
127 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`
148 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
205 .. _DTV-STAT-ERROR-BLOCK-COUNT:
226 .. _DTV-STAT-TOTAL-BLOCK-COUNT:
232 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>`
236 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>` by
[all …]
A Dfrontend-property-terrestrial-systems.rst152 - :ref:`DTV_ISDBT_SB_SEGMENT_COUNT <DTV-ISDBT-SB-SEGMENT-COUNT>`
158 - :ref:`DTV_ISDBT_LAYERA_SEGMENT_COUNT <DTV-ISDBT-LAYER-SEGMENT-COUNT>`
166 - :ref:`DTV_ISDBT_LAYERB_SEGMENT_COUNT <DTV-ISDBT-LAYER-SEGMENT-COUNT>`
174 - :ref:`DTV_ISDBT_LAYERC_SEGMENT_COUNT <DTV-ISDBT-LAYER-SEGMENT-COUNT>`
/linux-6.3-rc2/drivers/clocksource/
A Dtimer-digicolor.c49 #define COUNT(t) ((t)*8 + 4) macro
85 writel(count, dt->base + COUNT(dt->timer_id)); in dc_timer_set_count()
146 return ~readl(dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_sched_read()
181 writel(UINT_MAX, dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_init()
185 clocksource_mmio_init(dc_timer_dev.base + COUNT(TIMER_B), node->name, in digicolor_timer_init()
/linux-6.3-rc2/samples/pktgen/
A Dpktgen_bench_xmit_mode_netif_receive.sh43 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
68 pg_set $dev "count $COUNT"
A Dpktgen_bench_xmit_mode_queue_xmit.sh26 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
51 pg_set $dev "count $COUNT"
A Dpktgen_sample01_simple.sh24 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
48 pg_set $DEV "count $COUNT"
A Dpktgen_sample02_multiqueue.sh17 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
58 pg_set $dev "count $COUNT"
A Dpktgen_sample03_burst_single_flow.sh35 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
58 pg_set $dev "count $COUNT"
A Dpktgen_sample05_flow_per_thread.sh26 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
49 pg_set $dev "count $COUNT"
A Dpktgen_sample04_many_flows.sh21 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
59 pg_set $dev "count $COUNT"
A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh18 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely
75 pg_set $dev "count $COUNT"
A Dparameters.sh65 export COUNT=$OPTARG
66 info "COUNT=$COUNT"
/linux-6.3-rc2/tools/testing/selftests/powerpc/dscr/
A Ddscr_user_test.c43 for (i = 0; i < COUNT; i++) { in dscr_user()
49 for (i = 0; i < COUNT; i++) { in dscr_user()
A Ddscr_default_test.c23 for (i = 0; i < COUNT; i++) { in do_test()
85 for (i = 0; i < COUNT; i++) { in dscr_default()
A Ddscr.h30 #define COUNT 100 /* Max iterations */ macro
A Ddscr_explicit_test.c29 for (i = 0; i < COUNT; i++) { in dscr_explicit()
A Ddscr_sysfs_thread_test.c62 for (i = 0; i < COUNT; i++) { in dscr_sysfs_thread()
A Ddscr_inherit_test.c30 for (i = 0; i < COUNT; i++) { in dscr_inherit()
A Ddscr_sysfs_test.c75 for (i = 0; i < COUNT; i++) { in dscr_sysfs()
A Ddscr_inherit_exec_test.c49 for (i = 0; i < COUNT; i++) { in dscr_inherit_exec()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_engine_pm.c18 #define COUNT 5 macro
29 sort(a, COUNT, sizeof(*a), cmp_u64, NULL); in trifilter()
140 u64 s_ring[COUNT], s_ctx[COUNT], st[COUNT], d_ring, d_ctx, dt; in __live_engine_timestamps()
148 for (i = 0; i < COUNT; i++) { in __live_engine_timestamps()
A Dselftest_engine_cs.c15 #define COUNT 5 macro
122 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
145 u32 cycles[COUNT]; in perf_mi_bb_start()
272 u32 cycles[COUNT]; in perf_mi_noop()
/linux-6.3-rc2/arch/arm/mach-spear/
A Dtime.c39 #define COUNT(x) ((x) * 0x80 + 0x8C) macro
89 clocksource_mmio_init(gpt_base + COUNT(CLKSRC), "tmr1", tick_rate, in spear_clocksource_init()
/linux-6.3-rc2/drivers/ras/
A Dcec.c91 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK) macro
360 count = COUNT(ca->array[to]); in cec_add_elem()
459 i, this, bins[DECAY(ca->array[i])], COUNT(ca->array[i])); in array_show()

Completed in 27 milliseconds

12