Home
last modified time | relevance | path

Searched refs:ndelay (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Ddelay.h36 #ifndef ndelay
37 static inline void ndelay(unsigned long x) in ndelay() function
41 #define ndelay(x) ndelay(x) macro
Dtty.h431 extern int tty_write_lock(struct tty_struct *tty, int ndelay);
/include/asm-frv/
Ddelay.h48 #define ndelay(n) udelay((n) * 5) macro
/include/asm-m32r/
Ddelay.h22 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/include/scsi/
Dscsi_ioctl.h45 void __user *arg, int ndelay);