Lines Matching defs:cancelled
185 bool cancelled;
1693 if (!READ_ONCE(req->cancelled))
1705 if (!mask && !READ_ONCE(req->cancelled)) {
1737 WRITE_ONCE(req->cancelled, true);
1743 } /* else, the request was force-cancelled by POLLFREE already */
1812 * cancelled, to potentially skip an unneeded call to ->poll().
1815 WRITE_ONCE(req->cancelled, true);
1874 req->cancelled = false;
1908 WRITE_ONCE(req->cancelled, true);
1912 * active_reqs so that it can be cancelled if needed.
2129 * the operation is successfully cancelled, the resulting event is
2135 * cancelled. Will fail with -ENOSYS if not implemented.