Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/
Ds390io.c1367 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 …]
/linux-2.4.37.9/include/asm-s390/
Dirq.h570 #define DOIO_WAIT_FOR_INTERRUPT 0x0004 /* wait synchronously for interrupt */ macro
/linux-2.4.37.9/include/asm-s390x/
Dirq.h571 #define DOIO_WAIT_FOR_INTERRUPT 0x0004 /* wait synchronously for interrupt */ macro
/linux-2.4.37.9/Documentation/s390/
Dcds.txt760 DOIO_WAIT_FOR_INTERRUPT - wait synchronously for final status
925 Device drivers shouldn't heavily rely on DOIO_WAIT_FOR_INTERRUPT synchronous
1034 flag : 0 (zero) or DOIO_WAIT_FOR_INTERRUPT
1040 operation : do_IO() with flag DOIO_WAIT_FOR_INTERRUPT
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c1784 if (cqr->options & DOIO_WAIT_FOR_INTERRUPT) { in dasd_start_IO()