Searched refs:in_cancel (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dtctx.c86 atomic_set(&tctx->in_cancel, 0);
H A Dio_uring.c739 if (unlikely(atomic_read(&tctx->in_cancel)))
1273 /* relaxed read is enough as only the task itself sets ->in_cancel */
1274 if (unlikely(atomic_read(&tctx->in_cancel)))
3027 * When @in_cancel, we're in cancellation and it's racy to remove the
3032 if (tctx && !atomic_read(&tctx->in_cancel))
3359 atomic_inc(&tctx->in_cancel);
3414 * ->in_cancel set for normal exit.
3416 atomic_dec(&tctx->in_cancel);
/linux-master/include/linux/
H A Dio_uring_types.h93 atomic_t in_cancel; member in struct:io_uring_task

Completed in 141 milliseconds