Lines Matching defs:cancelled
184 bool cancelled;
1687 if (!READ_ONCE(req->cancelled))
1699 if (!mask && !READ_ONCE(req->cancelled)) {
1731 WRITE_ONCE(req->cancelled, true);
1737 } /* else, the request was force-cancelled by POLLFREE already */
1806 * cancelled, to potentially skip an unneeded call to ->poll().
1809 WRITE_ONCE(req->cancelled, true);
1868 req->cancelled = false;
1902 WRITE_ONCE(req->cancelled, true);
1906 * active_reqs so that it can be cancelled if needed.
2123 * the operation is successfully cancelled, the resulting event is
2129 * cancelled. Will fail with -ENOSYS if not implemented.