/Linux-v4.19/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-v4.19/arch/arm/mach-ebsa110/ |
D | core.c | 154 #define COUNT ((CLKBY7 + (HZ / 2)) / HZ) macro 172 if (count > COUNT) in ebsa110_gettimeoffset() 175 offset = COUNT; in ebsa110_gettimeoffset() 182 offset = offset * (1000000 / HZ) / COUNT; in ebsa110_gettimeoffset() 197 count += COUNT; in ebsa110_timer_interrupt() 224 __raw_writeb(COUNT & 0xff, PIT_T1); in ebsa110_timer_init() 225 __raw_writeb(COUNT >> 8, PIT_T1); in ebsa110_timer_init()
|
/Linux-v4.19/Documentation/media/uapi/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-v4.19/tools/nfsd/ |
D | inject_fault.sh | 38 COUNT=0 40 COUNT=$2 46 echo $COUNT > $DEBUGDIR/$1
|
/Linux-v4.19/samples/pktgen/ |
D | pktgen_sample01_simple.sh | 24 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely 43 pg_set $DEV "count $COUNT"
|
D | pktgen_bench_xmit_mode_queue_xmit.sh | 26 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely 46 pg_set $dev "count $COUNT"
|
D | pktgen_bench_xmit_mode_netif_receive.sh | 43 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely 63 pg_set $dev "count $COUNT"
|
D | pktgen_sample02_multiqueue.sh | 17 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely 51 pg_set $dev "count $COUNT"
|
D | pktgen_sample03_burst_single_flow.sh | 35 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 53 pg_set $dev "count $COUNT"
|
D | pktgen_sample05_flow_per_thread.sh | 24 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 43 pg_set $dev "count $COUNT"
|
D | pktgen_sample04_many_flows.sh | 19 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 49 pg_set $dev "count $COUNT"
|
D | pktgen_sample06_numa_awared_queue_irq_affinity.sh | 19 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely 68 pg_set $dev "count $COUNT"
|
D | parameters.sh | 57 export COUNT=$OPTARG 58 info "COUNT=$COUNT"
|
/Linux-v4.19/drivers/clocksource/ |
D | timer-digicolor.c | 52 #define COUNT(t) ((t)*8 + 4) macro 88 writel(count, dt->base + COUNT(dt->timer_id)); in dc_timer_set_count() 149 return ~readl(dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_sched_read() 184 writel(UINT_MAX, dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_init() 188 clocksource_mmio_init(dc_timer_dev.base + COUNT(TIMER_B), node->name, in digicolor_timer_init()
|
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/ |
D | dscr_user_test.c | 44 for (i = 0; i < COUNT; i++) { in dscr_user() 50 for (i = 0; i < COUNT; i++) { in dscr_user()
|
D | dscr_default_test.c | 26 for (i = 0; i < COUNT; i++) { in do_test() 86 for (i = 0; i < COUNT; i++) { in dscr_default()
|
D | dscr_explicit_test.c | 30 for (i = 0; i < COUNT; i++) { in dscr_explicit()
|
D | dscr_inherit_test.c | 31 for (i = 0; i < COUNT; i++) { in dscr_inherit()
|
D | dscr_sysfs_thread_test.c | 63 for (i = 0; i < COUNT; i++) { in dscr_sysfs_thread()
|
D | dscr_inherit_exec_test.c | 50 for (i = 0; i < COUNT; i++) { in dscr_inherit_exec()
|
D | dscr.h | 32 #define COUNT 100 /* Max iterations */ macro
|
D | dscr_sysfs_test.c | 84 for (i = 0; i < COUNT; i++) { in dscr_sysfs()
|
/Linux-v4.19/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-v4.19/arch/alpha/lib/ |
D | strncpy.S | 38 or $4, $27, $4 # written byte and the last byte in COUNT
|