/openbmc/linux/arch/xtensa/include/asm/ |
H A D | delay.h | 65 #define ndelay(n) ndelay(n) macro 67 static inline void ndelay(unsigned long nsec) in ndelay() function
|
/openbmc/linux/include/linux/ |
H A D | delay.h | 50 static inline void ndelay(unsigned long x) in ndelay() function 54 #define ndelay(x) ndelay(x) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | delay.h | 116 static inline void ndelay(unsigned long nsec) in ndelay() function 123 #define ndelay(n) ndelay(n) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | delay.h | 9 #define ndelay ndelay macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | delay.h | 15 #define ndelay ndelay macro
|
/openbmc/linux/include/asm-generic/ |
H A D | delay.h | 33 #define ndelay(n) \ macro
|
/openbmc/u-boot/include/linux/ |
H A D | delay.h | 16 static inline void ndelay(unsigned long nsec) in ndelay() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | delay.h | 20 #define ndelay(n) __ndelay((unsigned long)(n)) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | delay.h | 14 #define ndelay(ns) __ndelay(ns) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | delay.h | 20 #define ndelay(ns) __ndelay(ns) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | delay_32.h | 33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
|
/openbmc/linux/arch/alpha/lib/ |
H A D | udelay.c | 51 ndelay(unsigned long nsecs) in ndelay() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | delay.h | 17 #define ndelay(n) um_ndelay(n) macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | delay.h | 71 #define ndelay(n) \ macro
|
/openbmc/linux/arch/riscv/lib/ |
H A D | delay.c | 102 void ndelay(unsigned long nsecs) in ndelay() function
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_ioctl.c | 948 bool ndelay) in scsi_ioctl_block_when_processing_errors()
|
H A D | scsi_debug.c | 5540 int delta_jiff, int ndelay) in schedule_resp() 6044 int ndelay, res; in ndelay_store() local
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 948 int tty_write_lock(struct tty_struct *tty, bool ndelay) in tty_write_lock()
|