Searched refs:in_cancel (Results 1 – 4 of 4) sorted by relevance
136 if (unlikely(atomic_read(&tctx->in_cancel))) in tctx_task_work_run()
104 atomic_set(&tctx->in_cancel, 0); in io_uring_alloc_task_context()
607 if (unlikely(atomic_read(&tctx->in_cancel))) in io_put_task()2300 if (tctx && !atomic_read(&tctx->in_cancel)) in io_tctx_exit_cb()
126 atomic_t in_cancel; member