/linux-4.1.27/arch/mips/lib/ |
D | delay.c | 26 void __delay(unsigned long loops) in __delay() function 37 EXPORT_SYMBOL(__delay); 54 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay() 62 __delay((ns * 0x00000005ull * HZ * lpj) >> 32); in __ndelay()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | delay.h | 33 static inline void __delay(unsigned long loops) in __delay() function 57 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) 68 __delay(xloops * HZ); in __xdelay() 117 #define ndelay(n) __delay(DIV_ROUND_UP((n) * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6), …
|
D | dvma.h | 229 __delay(400); /* let the bits set ;) */ \
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | delay.h | 14 static inline void __delay(unsigned long loops) in __delay() function 41 __delay(__to_delay(usecs)); in udelay() 46 __delay(__to_delay(1) * nsecs / 1000); in ndelay()
|
/linux-4.1.27/arch/x86/um/ |
D | delay.c | 15 void __delay(unsigned long loops) in __delay() function 34 EXPORT_SYMBOL(__delay); 46 __delay(++xloops); in __const_udelay()
|
/linux-4.1.27/arch/alpha/lib/ |
D | udelay.c | 22 __delay(int loops) in __delay() function 44 __delay((long)usecs >> 32); in udelay() 52 __delay((long)nsecs >> 32); in ndelay()
|
/linux-4.1.27/arch/arm64/lib/ |
D | delay.c | 27 void __delay(unsigned long cycles) in __delay() function 34 EXPORT_SYMBOL(__delay); 41 __delay(loops >> 32); in __const_udelay()
|
/linux-4.1.27/arch/nios2/lib/ |
D | delay.c | 23 void __delay(unsigned long cycles) in __delay() function 30 EXPORT_SYMBOL(__delay); 38 __delay(loops >> 32); in __const_udelay()
|
/linux-4.1.27/arch/openrisc/lib/ |
D | delay.c | 31 void __delay(unsigned long cycles) in __delay() function 38 EXPORT_SYMBOL(__delay); 46 __delay(loops >> 32); in __const_udelay()
|
/linux-4.1.27/arch/metag/lib/ |
D | delay.c | 27 void __delay(unsigned long loops) in __delay() function 37 EXPORT_SYMBOL(__delay); 42 __delay(loops >> 32); in __const_udelay()
|
/linux-4.1.27/arch/m32r/lib/ |
D | delay.c | 17 void __delay(unsigned long loops) in __delay() function 113 __delay(xloops * HZ); in __const_udelay() 126 EXPORT_SYMBOL(__delay);
|
/linux-4.1.27/arch/unicore32/lib/ |
D | delay.S | 45 ENTRY(__delay) 47 bua __delay 51 ENDPROC(__delay)
|
/linux-4.1.27/arch/x86/lib/ |
D | delay.c | 109 void __delay(unsigned long loops) in __delay() function 113 EXPORT_SYMBOL(__delay); 125 __delay(++xloops); in __const_udelay()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | delay.h | 23 static inline void __delay(unsigned long loops) in __delay() function 45 __delay(usecs * __delay_loops_MHz); in udelay()
|
/linux-4.1.27/arch/score/include/asm/ |
D | delay.h | 6 static inline void __delay(unsigned long loops) in __delay() function 23 __delay(usecs * loops_per_usec); in __udelay()
|
/linux-4.1.27/arch/sh/lib64/ |
D | udelay.c | 24 void __delay(unsigned long loops) in __delay() function 38 __delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy)); in __const_udelay()
|
/linux-4.1.27/arch/mn10300/lib/ |
D | delay.c | 19 void __delay(unsigned long loops) in __delay() function 34 EXPORT_SYMBOL(__delay);
|
/linux-4.1.27/arch/sh/lib/ |
D | delay.c | 10 void __delay(unsigned long loops) in __delay() function 41 __delay(++xloops); in __const_udelay()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | delay.h | 22 static inline void __delay(unsigned long loops) in __delay() function 61 __delay(loops); in __udelay()
|
/linux-4.1.27/arch/avr32/lib/ |
D | delay.c | 29 void __delay(unsigned long loops) in __delay() function 46 __delay(loops >> 32); in __const_udelay()
|
/linux-4.1.27/arch/tile/lib/ |
D | delay.c | 39 void __delay(unsigned long cycles) in __delay() function 45 EXPORT_SYMBOL(__delay);
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | delay.h | 18 static inline void __delay(unsigned long loops) in __delay() function 58 __delay(loops); in __udelay()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | delay.h | 20 static inline void __delay(unsigned long loops) in __delay() function 62 __delay(cycles); in __ndelay()
|
/linux-4.1.27/kernel/locking/ |
D | spinlock_debug.c | 114 __delay(1); in __spin_lock_debug() 186 __delay(1); 261 __delay(1);
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | delay.h | 4 static inline void __delay(int loops) in __delay() function
|
/linux-4.1.27/arch/cris/include/asm/ |
D | delay.h | 20 __delay(usecs * loops_per_usec); in udelay()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | csrc-octeon.c | 166 void __delay(unsigned long loops) in __delay() function 176 EXPORT_SYMBOL(__delay);
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | delay.h | 15 extern void __delay(unsigned long loops);
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | delay.h | 4 extern void __delay(int loops);
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | delay.h | 24 extern void __delay(unsigned long cycles);
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | delay_64.h | 11 void __delay(unsigned long loops);
|
D | delay_32.h | 12 static inline void __delay(unsigned long loops) in __delay() function
|
/linux-4.1.27/drivers/net/phy/ |
D | mdio-octeon.c | 84 __delay(1000); in octeon_mdiobus_c45_addr() 123 __delay(1000); in octeon_mdiobus_read() 168 __delay(1000); in octeon_mdiobus_write()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | time.c | 232 void __delay(unsigned long cycles) in __delay() function 239 EXPORT_SYMBOL(__delay);
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | delay.h | 15 __delay(int loops) in __delay() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | delay.h | 4 static __inline__ void __delay(unsigned long loops) { in __delay() function
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | delay.h | 19 extern void __delay(int loops);
|
/linux-4.1.27/arch/s390/include/asm/ |
D | delay.h | 18 void __delay(unsigned long loops);
|
/linux-4.1.27/arch/mips/include/asm/ |
D | delay.h | 16 extern void __delay(unsigned long loops);
|
/linux-4.1.27/arch/tile/include/asm/ |
D | delay.h | 24 extern void __delay(unsigned long loops);
|
/linux-4.1.27/include/asm-generic/ |
D | delay.h | 11 extern void __delay(unsigned long loops);
|
/linux-4.1.27/arch/metag/include/asm/ |
D | delay.h | 17 extern void __delay(unsigned long loops);
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | delay.h | 20 extern void __delay(unsigned long loops);
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | delay.h | 18 static inline void __delay(unsigned long loops) in __delay() function
|
/linux-4.1.27/init/ |
D | calibrate.c | 205 __delay(lpj * band); in calibrate_delay_converge() 231 __delay(lpj); in calibrate_delay_converge()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | platinumfb.c | 260 __delay(5000); in set_platinum_clock() 422 __delay(2000); in read_platinum_sense() 427 __delay(2000); in read_platinum_sense() 430 __delay(2000); in read_platinum_sense() 434 __delay(2000); in read_platinum_sense()
|
D | valkyriefb.c | 421 __delay(20000); in read_valkyrie_sense() 425 __delay(20000); in read_valkyrie_sense() 428 __delay(20000); in read_valkyrie_sense() 432 __delay(20000); in read_valkyrie_sense()
|
D | controlfb.c | 763 __delay(200); in read_control_sense() 765 __delay(2000); in read_control_sense() 770 __delay(2000); in read_control_sense() 773 __delay(2000); in read_control_sense() 777 __delay(2000); in read_control_sense()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | delay.h | 30 #define __delay(n) arm_delay_ops.delay(n) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | delay.h | 78 __delay (unsigned long loops) in __delay() function
|
/linux-4.1.27/drivers/char/hw_random/ |
D | n2-drv.c | 131 __delay(ticks); in n2rng_generic_read_control_v2() 188 __delay(ticks); in n2rng_generic_read_data() 237 __delay(ticks); in n2rng_generic_read_diag_data() 265 __delay(ticks); in n2rng_generic_write_control()
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | old_checksum.c | 62 __delay(900); /* extra delay of 90 us to test performance hit */ in csum_partial()
|
/linux-4.1.27/drivers/char/ |
D | dtlk.c | 441 __delay(loops_per_jiffy/(1000000/HZ)); \ in dtlk_dev_probe() 452 __delay(50 * loops_per_jiffy / (1000/HZ)); in dtlk_dev_probe() 471 __delay(loops_per_jiffy/(1000000/HZ)); /* 1 us */ \ in dtlk_dev_probe()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 1525 __delay(200); in prregs() 1599 __delay(200); in cacheflush() 1635 __delay(200); in read_spr() 1671 __delay(200); in write_spr() 1750 __delay(200); in mread() 1787 __delay(200); in mwrite() 2326 __delay(200); in dump_log_buf() 2717 __delay(200); in xmon_print_symbol() 3079 __delay(200); in stop_spus() 3119 __delay(200); in restart_spus() [all …]
|
/linux-4.1.27/arch/s390/lib/ |
D | delay.c | 18 void __delay(unsigned long loops) in __delay() function
|
/linux-4.1.27/arch/sparc/kernel/ |
D | time_64.c | 783 void __delay(unsigned long loops) in __delay() function 792 EXPORT_SYMBOL(__delay); 796 __delay(tb_ticks_per_usec * usecs); in udelay()
|
/linux-4.1.27/arch/mips/include/asm/lasat/ |
D | lasat.h | 239 __delay(ns / lasat_ndelay_divider); in lasat_ndelay()
|
/linux-4.1.27/Documentation/ |
D | ramoops.txt | 127 0 ffffffff811d9c34 ffffffff811d9c80 __delay <- __const_udelay+0x30/0x40 128 0 ffffffff811d9d14 ffffffff811d9c3f delay_tsc <- __delay+0xf/0x20
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | time.c | 387 void __delay(unsigned long loops) in __delay() function 407 EXPORT_SYMBOL(__delay); 411 __delay(tb_ticks_per_usec * usecs); in udelay()
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_common.c | 335 __delay(7); in mpc5200_psc_ac97_gpio_reset()
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-factors.c | 146 __delay((rate >> 20) * 500 / 2); in clk_factors_set_rate()
|
/linux-4.1.27/drivers/spi/ |
D | spi-octeon.c | 42 __delay(500); in octeon_spi_wait_ready()
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-main.c | 342 __delay(100000000ull * coreid); in octeon_wdt_nmi_stage3()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 597 __delay(200); in read_aty_sense() 599 __delay(2000); in read_aty_sense() 605 __delay(2000); in read_aty_sense() 609 __delay(200); in read_aty_sense() 612 __delay(2000); in read_aty_sense() 616 __delay(200); in read_aty_sense() 619 __delay(2000); in read_aty_sense()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spu_base.c | 721 __delay(200); in crash_kexec_stop_spus()
|
/linux-4.1.27/arch/x86/kvm/ |
D | lapic.c | 1169 __delay(tsc_deadline - guest_tsc); in wait_lapic_expire()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1006 bash-2042 3d..1 67us : delay_tsc <-__delay
|