Searched defs:ndelay (Results 1 – 17 of 17) sorted by relevance
74 static __always_inline void ndelay(unsigned long nsec) in ndelay() function85 #define ndelay(x) ndelay(x) macro
65 #define ndelay(n) ndelay(n) macro67 static inline void ndelay(unsigned long nsec) in ndelay() function
50 static inline void ndelay(unsigned long x) in ndelay() function54 #define ndelay(x) ndelay(x) macro
116 static inline void ndelay(unsigned long nsec) in ndelay() function123 #define ndelay(n) ndelay(n) macro
9 #define ndelay ndelay macro
15 #define ndelay ndelay macro
20 #define ndelay(n) __ndelay((unsigned long)(n)) macro
14 #define ndelay(ns) __ndelay(ns) macro
20 #define ndelay(ns) __ndelay(ns) macro
17 #define ndelay(n) um_ndelay(n) macro
33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
51 ndelay(unsigned long nsecs) in ndelay() function
71 #define ndelay(n) \ macro
102 void ndelay(unsigned long nsecs) in ndelay() function
973 bool ndelay) in scsi_ioctl_block_when_processing_errors()
7086 int delta_jiff, int ndelay) in schedule_resp()7593 int ndelay, res; in ndelay_store() local
946 int tty_write_lock(struct tty_struct *tty, bool ndelay) in tty_write_lock()