Searched refs:DOIO_WAIT_FOR_INTERRUPT (Results 1 – 5 of 5) sorted by relevance
1367 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in s390_start_IO()1447 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in s390_start_IO()1734 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in s390_start_IO()1883 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in halt_IO()1925 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in halt_IO()2067 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in halt_IO()2116 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in clear_IO()2158 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in clear_IO()2239 if (flag & DOIO_WAIT_FOR_INTERRUPT) { in clear_IO()2760 s_flag = DOIO_WAIT_FOR_INTERRUPT in s390_process_IRQ()[all …]
570 #define DOIO_WAIT_FOR_INTERRUPT 0x0004 /* wait synchronously for interrupt */ macro
571 #define DOIO_WAIT_FOR_INTERRUPT 0x0004 /* wait synchronously for interrupt */ macro
760 DOIO_WAIT_FOR_INTERRUPT - wait synchronously for final status925 Device drivers shouldn't heavily rely on DOIO_WAIT_FOR_INTERRUPT synchronous1034 flag : 0 (zero) or DOIO_WAIT_FOR_INTERRUPT1040 operation : do_IO() with flag DOIO_WAIT_FOR_INTERRUPT
1784 if (cqr->options & DOIO_WAIT_FOR_INTERRUPT) { in dasd_start_IO()