Lines Matching defs:in_idle
473 atomic_t in_idle;
1744 if (unlikely(atomic_read(&tctx->in_idle)))
2227 /* relaxed read is enough as only the task itself sets ->in_idle */
2228 if (unlikely(atomic_read(&tctx->in_idle)))
8693 atomic_set(&tctx->in_idle, 0);
9482 * When @in_idle, we're in cancellation and it's racy to remove the
9487 if (tctx && !atomic_read(&tctx->in_idle))
9882 atomic_inc(&tctx->in_idle);
9925 * ->in_idle set for normal exit.
9927 atomic_dec(&tctx->in_idle);