Lines Matching refs:cancelled
184 bool cancelled;
1785 if (!READ_ONCE(req->cancelled))
1797 if (!mask && !READ_ONCE(req->cancelled)) {
1829 WRITE_ONCE(req->cancelled, true);
1835 } /* else, the request was force-cancelled by POLLFREE already */
1904 * cancelled, to potentially skip an unneeded call to ->poll().
1907 WRITE_ONCE(req->cancelled, true);
1966 req->cancelled = false;
2000 WRITE_ONCE(req->cancelled, true);
2004 * active_reqs so that it can be cancelled if needed.
2221 * the operation is successfully cancelled, the resulting event is
2227 * cancelled. Will fail with -ENOSYS if not implemented.