Searched defs:ndelay (Results 1 – 16 of 16) sorted by relevance
37 static inline void ndelay(unsigned long x) in ndelay() function41 #define ndelay(x) ndelay(x) macro
44 static inline void ndelay(unsigned long nsecs) in ndelay() function49 #define ndelay ndelay macro
8 #define ndelay ndelay macro
30 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
15 #define ndelay(n) ((__builtin_constant_p(n) && (n) > 20000) ? \ macro
32 #define ndelay(n) \ macro
6 #define ndelay(n) cris_delay10ns(((n)+9)/10) macro
48 #define ndelay(n) udelay((n) * 5) macro
22 #define ndelay(n) __ndelay((unsigned long long) (n)) macro
20 #define ndelay(ns) __ndelay(ns) macro
32 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
49 ndelay(unsigned long nsecs) in ndelay() function
65 #define ndelay(x) _ndelay((unsigned int)(x)) macro
66 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
287 void __user *arg, int ndelay) in scsi_nonblockable_ioctl()
990 int tty_write_lock(struct tty_struct *tty, int ndelay) in tty_write_lock()