| /linux-4.4.14/include/linux/ | 
| D | delay.h | 37 static inline void ndelay(unsigned long x)  in ndelay()  function41 #define ndelay(x) ndelay(x)  macro
 
 | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | delay.h | 44 static inline void ndelay(unsigned long nsecs)  in ndelay()  function49 #define ndelay ndelay  macro
 
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | delay.h | 65 #define ndelay(n) ndelay(n)  macro67 static inline void ndelay(unsigned long nsec)  in ndelay()  function
 
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | delay.h | 8 #define ndelay ndelay  macro
 | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | delay.h | 25 #define ndelay(n) (__builtin_constant_p(n) ? \  macro
 | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | delay.h | 30 #define ndelay(n) (__builtin_constant_p(n) ? \  macro
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | delay.h | 32 #define ndelay(n)							\  macro
 | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | delay.h | 20 #define ndelay(n) __ndelay((unsigned long long) (n))  macro
 | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | delay.h | 48 #define ndelay(n)	udelay((n) * 5)  macro
 | 
| /linux-4.4.14/arch/cris/include/arch-v32/arch/ | 
| D | delay.h | 6 #define ndelay(n) cris_delay10ns(((n)+9)/10)  macro
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | delay.h | 20 #define ndelay(ns) __ndelay(ns)  macro
 | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | delay_32.h | 32 #define ndelay(__nsecs)	__ndelay(__nsecs, __udelay_val)  macro
 | 
| /linux-4.4.14/arch/alpha/lib/ | 
| D | udelay.c | 50 ndelay(unsigned long nsecs)  in ndelay()  function
 | 
| /linux-4.4.14/arch/c6x/include/asm/ | 
| D | delay.h | 65 #define ndelay(x) _ndelay((unsigned int)(x))  macro
 | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | delay.h | 76 #define ndelay(n)						\  macro
 | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | delay.h | 117 #define ndelay(n) __delay(DIV_ROUND_UP((n) * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6), …  macro
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | scsi_ioctl.c | 277 		bool ndelay)  in scsi_ioctl_block_when_processing_errors()
 | 
| D | scsi_debug.c | 4274 	int ndelay, res, k;  in ndelay_store()  local
 | 
| /linux-4.4.14/drivers/tty/ | 
| D | tty_io.c | 1088 static int tty_write_lock(struct tty_struct *tty, int ndelay)  in tty_write_lock()
 |