Searched refs:CODA_REQ_ABORT (Results 1 – 5 of 5) sorted by relevance
177 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_write()331 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_release()338 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_release()
29 #define CODA_REQ_ABORT 0x8 macro
670 if (req->uc_flags & (CODA_REQ_WRITE | CODA_REQ_ABORT)) in coda_waitfor_upcall()774 if ((req->uc_flags & CODA_REQ_ABORT) || !signal_pending(current)) { in coda_upcall()
26 #define CODA_REQ_ABORT 0x8 macro