Searched refs:DELAY (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c25 #define DELAY 1 macro
78 udelay(DELAY);
80 udelay(DELAY);
126 udelay(DELAY);
128 udelay(DELAY);
135 udelay(DELAY);
137 udelay(DELAY);
139 udelay(DELAY);
145 udelay(DELAY);
147 udelay(DELAY);
[all...]
/linux-master/tools/testing/selftests/net/
H A Dfq_band_pktlimit.sh32 DELAY=400000
34 ./cmsg_sender -6 -p u -d "${DELAY}" -n 20 fdaa::2 8000
37 ./cmsg_sender -6 -p u -d "${DELAY}" -n 20 fdaa::2 8000
40 ./cmsg_sender -6 -p u -d "${DELAY}" -n 20 -P 7 fdaa::2 8000
/linux-master/samples/pktgen/
H A Dparameters.sh23 echo " -w : (\$DELAY) Tx Delay value (ns)"
73 export DELAY=$OPTARG
74 info "DELAY=$DELAY"
118 # default DELAY
119 [ -z "$DELAY" ] && export DELAY=0 # Zero means max speed
H A Dpktgen_sample01_simple.sh62 pg_set $DEV "delay $DELAY"
H A Dpktgen_bench_xmit_mode_netif_receive.sh74 pg_set $dev "delay $DELAY"
H A Dpktgen_bench_xmit_mode_queue_xmit.sh57 pg_set $dev "delay $DELAY"
H A Dpktgen_sample03_burst_single_flow.sh65 pg_set $dev "delay $DELAY"
H A Dpktgen_sample02_multiqueue.sh64 pg_set $dev "delay $DELAY"
H A Dpktgen_sample04_many_flows.sh66 pg_set $dev "delay $DELAY"
H A Dpktgen_sample05_flow_per_thread.sh56 pg_set $dev "delay $DELAY"
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh81 pg_set $dev "delay $DELAY"
/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c19 #define DELAY 2 macro
69 if (llabs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) {
83 .it_value.tv_sec = DELAY,
141 .it_value.tv_sec = DELAY,
277 * on DELAY * nr_threads, with nr_threads busy looping, then wait
278 * the normal DELAY since the time is elapsing nr_threads faster.
/linux-master/drivers/soc/qcom/
H A Dqcom-pbs.c23 #define DELAY 1100 macro
40 val, val & BIT(bit_pos), DELAY, DELAY * RETRIES);
/linux-master/drivers/media/pci/bt8xx/
H A Ddst_common.h25 #define DELAY 1 macro
/linux-master/drivers/input/serio/
H A Di8042.c1125 * Note that DELAY has a limit of 10ms so we will not get stuck here
1129 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
1138 DELAY;
1142 DELAY;
1144 DELAY;
1145 DELAY;
1148 DELAY;
1152 #undef DELAY macro
/linux-master/drivers/accessibility/speakup/
H A Dsynth.c69 delay_time = spk_get_var(DELAY);
349 { DELAY, .u.n = {NULL, 100, 100, 2000, 0, 0, NULL } },
H A Dspeakup_decext.c165 delay_time = spk_get_var(DELAY);
H A Dspeakup_apollo.c151 delay_time = spk_get_var(DELAY);
H A Dspk_types.h44 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator in enum:var_id_t
H A Dspeakup_dectlk.c226 delay_time = spk_get_var(DELAY);
H A Dspeakup_keypc.c187 delay_time = spk_get_var(DELAY);
H A Dspeakup_acntpc.c185 delay_time = spk_get_var(DELAY);
H A Dvarhandlers.c22 { "delay_time", DELAY, VAR_TIME, NULL, NULL },
/linux-master/drivers/media/usb/gspca/
H A Dsonixj.c354 #define DELAY 0xdd macro
359 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
361 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
367 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
369 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
413 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 10ms*/
534 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/
536 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/
612 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */
685 {DELAY,
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh92 DELAY=$1
96 sleep $DELAY

Completed in 180 milliseconds

12