/linux-5.19.10/tools/usb/ |
D | hcd-tests.sh | 32 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-5.19.10/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 91 .. _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 …]
|
D | frontend-property-terrestrial-systems.rst | 152 - :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-5.19.10/drivers/clocksource/ |
D | timer-digicolor.c | 49 #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-5.19.10/samples/pktgen/ |
D | pktgen_bench_xmit_mode_netif_receive.sh | 43 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely 68 pg_set $dev "count $COUNT"
|
D | pktgen_bench_xmit_mode_queue_xmit.sh | 26 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely 51 pg_set $dev "count $COUNT"
|
D | pktgen_sample01_simple.sh | 24 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely 48 pg_set $DEV "count $COUNT"
|
D | pktgen_sample05_flow_per_thread.sh | 26 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 49 pg_set $dev "count $COUNT"
|
D | pktgen_sample03_burst_single_flow.sh | 35 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 58 pg_set $dev "count $COUNT"
|
D | pktgen_sample02_multiqueue.sh | 17 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely 58 pg_set $dev "count $COUNT"
|
D | pktgen_sample04_many_flows.sh | 21 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 59 pg_set $dev "count $COUNT"
|
D | pktgen_sample06_numa_awared_queue_irq_affinity.sh | 18 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely 75 pg_set $dev "count $COUNT"
|
D | parameters.sh | 65 export COUNT=$OPTARG 66 info "COUNT=$COUNT"
|
/linux-5.19.10/tools/testing/selftests/powerpc/dscr/ |
D | dscr_user_test.c | 43 for (i = 0; i < COUNT; i++) { in dscr_user() 49 for (i = 0; i < COUNT; i++) { in dscr_user()
|
D | dscr_default_test.c | 23 for (i = 0; i < COUNT; i++) { in do_test() 85 for (i = 0; i < COUNT; i++) { in dscr_default()
|
D | dscr_explicit_test.c | 29 for (i = 0; i < COUNT; i++) { in dscr_explicit()
|
D | dscr_inherit_test.c | 30 for (i = 0; i < COUNT; i++) { in dscr_inherit()
|
D | dscr_sysfs_thread_test.c | 62 for (i = 0; i < COUNT; i++) { in dscr_sysfs_thread()
|
D | dscr.h | 29 #define COUNT 100 /* Max iterations */ macro
|
D | dscr_inherit_exec_test.c | 49 for (i = 0; i < COUNT; i++) { in dscr_inherit_exec()
|
D | dscr_sysfs_test.c | 83 for (i = 0; i < COUNT; i++) { in dscr_sysfs()
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/ |
D | selftest_engine_pm.c | 18 #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()
|
D | selftest_engine_cs.c | 15 #define COUNT 5 macro 112 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter() 135 u32 cycles[COUNT]; in perf_mi_bb_start() 259 u32 cycles[COUNT]; in perf_mi_noop()
|
/linux-5.19.10/arch/arm/mach-spear/ |
D | time.c | 42 #define COUNT(x) ((x) * 0x80 + 0x8C) macro 92 clocksource_mmio_init(gpt_base + COUNT(CLKSRC), "tmr1", tick_rate, in spear_clocksource_init()
|
/linux-5.19.10/drivers/ras/ |
D | cec.c | 91 #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()
|