Searched refs:worker_flags (Results 1 – 1 of 1) sorted by relevance
5059 unsigned int worker_flags = worker->flags; in rebind_workers() local5069 if (worker_flags & WORKER_IDLE) in rebind_workers()5087 WARN_ON_ONCE(!(worker_flags & WORKER_UNBOUND)); in rebind_workers()5088 worker_flags |= WORKER_REBOUND; in rebind_workers()5089 worker_flags &= ~WORKER_UNBOUND; in rebind_workers()5090 WRITE_ONCE(worker->flags, worker_flags); in rebind_workers()
Completed in 19 milliseconds