Home
last modified time | relevance | path

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

12

/linux/tools/usb/
H A Dhcd-tests.sh32 declare -i COUNT BUFLEN
34 COUNT=50000
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
95 COUNT=5000
126 echo "test 1: $COUNT transfers, same size"
128 echo "test 3: $COUNT transfers, variable/short size"
131 COUNT=100
132 echo "test 17: $COUNT transfers, unaligned DMA map by core"
135 echo "test 19: $COUNT transfers, unaligned DMA map by usb_alloc_coherent"
138 COUNT=2000
[all …]
/linux/Documentation/userspace-api/media/dvb/
H 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>`
145 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`.
148 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
162 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`.
177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
184 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`
202 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`.
[all …]
H 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/drivers/md/dm-vdo/
H A Dmemory-alloc.h70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument
71 __vdo_do_allocation(COUNT, sizeof(TYPE), 0, __alignof__(TYPE), WHAT, PTR)
86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument
91 _result = __vdo_do_allocation(COUNT, \
/linux/drivers/clocksource/
H 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/samples/pktgen/
H A Dpktgen_bench_xmit_mode_queue_xmit.sh30 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
55 pg_set $dev "count $COUNT"
H A Dpktgen_bench_xmit_mode_netif_receive.sh47 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
72 pg_set $dev "count $COUNT"
H A Dpktgen_sample01_simple.sh28 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
52 pg_set $DEV "count $COUNT"
H A Dpktgen_sample03_burst_single_flow.sh39 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
62 pg_set $dev "count $COUNT"
H A Dpktgen_sample05_flow_per_thread.sh30 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
53 pg_set $dev "count $COUNT"
H A Dpktgen_sample02_multiqueue.sh20 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
61 pg_set $dev "count $COUNT"
H A Dpktgen_sample04_many_flows.sh25 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
63 pg_set $dev "count $COUNT"
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh21 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely
78 pg_set $dev "count $COUNT"
H A Dparameters.sh65 export COUNT=$OPTARG
66 info "COUNT=$COUNT"
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_pm.c19 #define COUNT 5 macro
30 sort(a, COUNT, sizeof(*a), cmp_u64, NULL); in trifilter()
141 u64 s_ring[COUNT], s_ctx[COUNT], st[COUNT], d_ring, d_ctx, dt; in __live_engine_timestamps()
149 for (i = 0; i < COUNT; i++) { in __live_engine_timestamps()
H A Dselftest_engine_cs.c15 #define COUNT 5 macro
124 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
148 u32 cycles[COUNT]; in perf_mi_bb_start()
276 u32 cycles[COUNT]; in perf_mi_noop()
/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_user_test.c43 for (i = 0; i < COUNT; i++) { in dscr_user()
49 for (i = 0; i < COUNT; i++) { in dscr_user()
H A Ddscr_explicit_test.c37 for (int i = 0; i < COUNT; i++) { in dscr_explicit_lockstep_thread()
70 for (int i = 0; i < COUNT; i++) { in dscr_explicit_lockstep_test()
106 for (int i = 0; i < COUNT; i++) { in dscr_explicit_random_thread()
H A Ddscr_default_test.c27 for (int i = 0; i < COUNT; i++) { in dscr_default_lockstep_writer()
54 for (int i = 0; i < COUNT ; i++) { in dscr_default_lockstep_test()
91 for (int i = 0; i < COUNT; i++) { in dscr_default_random_thread()
H A Ddscr.h30 #define COUNT 100 /* Max iterations */ macro
H A Ddscr_inherit_test.c30 for (i = 0; i < COUNT; i++) { in dscr_inherit()
/linux/include/linux/
H A Doverflow.h440 #define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \ argument
441 _DEFINE_FLEX(TYPE, NAME, MEMBER, COUNT, = { .obj.COUNTER = COUNT, })
/linux/arch/arm/mach-spear/
H 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/drivers/ras/
H 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()
/linux/arch/x86/include/asm/
H A Dpgtable_64.h287 #define PMDS(START, PERM, COUNT) \ argument
289 .rept (COUNT) ; \

12