Searched refs:delay (Results 201 - 225 of 5964) sorted by relevance

1234567891011>>

/linux-master/drivers/clk/actions/
H A Dowl-pll.h32 u8 delay; member in struct:owl_pll_hw
51 .delay = _delay, \
H A Dowl-reset.c8 #include <linux/delay.h>
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dsense.c93 struct delayed_work *delay = to_delayed_work(work); local
94 struct mlx4_sense *sense = container_of(delay, struct mlx4_sense,
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh17 echo " [-D] [-d=<delay>|--delay=<delay>] [--debug] [-E] [--edt]"
28 echo " -d or --delay add a delay in ms using netem"
137 -d=*|--delay=*)
240 tc qdisc add dev lo root netem delay $netem\ms > /dev/null 2>&1
337 delay=`grep "avg" ping.out | grep -o "= [0-9.]*/[0-9.]*" | grep -o "[0-9.]*$"`
338 echo "PING AVG DELAY:$delay"
358 delay
[all...]
/linux-master/drivers/edac/
H A Dedac_module.h51 bool edac_queue_work(struct delayed_work *work, unsigned long delay);
53 bool edac_mod_work(struct delayed_work *work, unsigned long delay);
H A Dedac_device.c294 edac_queue_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay));
296 edac_queue_work(&edac_dev->work, edac_dev->delay);
302 * passing in the new delay period in msec
314 edac_dev->delay = msecs_to_jiffies(msec);
324 edac_queue_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay));
326 edac_queue_work(&edac_dev->work, edac_dev->delay);
348 * Then restart the workq on the new delay
354 edac_dev->delay = msecs_to_jiffies(msec);
358 edac_mod_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay));
360 edac_mod_work(&edac_dev->work, edac_dev->delay);
[all...]
/linux-master/drivers/ata/pata_parport/
H A Dfit2.c17 #include <linux/delay.h>
113 dev_info(&pi->dev, "FIT 2000 adapter at 0x%x, delay %d\n",
114 pi->port, pi->delay);
/linux-master/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c25 #include <linux/delay.h>
32 #include <asm/delay.h>
/linux-master/arch/x86/kernel/
H A Dreboot_fixups_32.c11 #include <asm/delay.h>
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dlcd.c13 #include <linux/delay.h>
/linux-master/arch/mips/kernel/
H A Dcrash.c8 #include <linux/delay.h>
/linux-master/arch/sh/drivers/pci/
H A Dfixups-landisk.c13 #include <linux/delay.h>
/linux-master/sound/pci/au88x0/
H A Dau88x0_wt.h51 delay, /* b W All 4 values are written at once with same value. */
/linux-master/tools/power/cpupower/debug/kernel/
H A Dcpufreq-test_tsc.c3 * test module to check whether the TSC-based delay routine continues
20 * TSC-based delay routine on the Linux kernel does not correctly
28 #include <linux/delay.h>
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-if.c19 #include <linux/delay.h>
/linux-master/drivers/power/reset/
H A Dpiix4-poweroff.c7 #include <linux/delay.h>
/linux-master/arch/arm/mach-imx/
H A Dsystem.c14 #include <linux/delay.h>
58 /* delay to allow the serial port to show the message */
/linux-master/lib/
H A Dstmp_device.c13 #include <linux/delay.h>
/linux-master/sound/pci/ice1712/
H A Damp.c10 #include <linux/delay.h>
/linux-master/sound/pci/asihpi/
H A Dhpios.c15 #include <linux/delay.h>
/linux-master/arch/arm/mach-sti/
H A Dplatsmp.c15 #include <linux/delay.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dos.h16 #include <linux/delay.h>
/linux-master/arch/arm/kernel/
H A Dpsci_smp.c12 #include <linux/delay.h>
/linux-master/sound/pci/echoaudio/
H A Ddarla24.c31 #include <linux/delay.h>
H A Ddarla20.c27 #include <linux/delay.h>

Completed in 550 milliseconds

1234567891011>>