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

/linux-master/io_uring/
H A Dio-wq.c30 IO_WORKER_F_FREE = 4, /* worker on free list */ enumerator in enum:__anon44
228 if (worker->flags & IO_WORKER_F_FREE)
433 if (worker->flags & IO_WORKER_F_FREE) {
434 worker->flags &= ~IO_WORKER_F_FREE;
447 if (!(worker->flags & IO_WORKER_F_FREE)) {
448 worker->flags |= IO_WORKER_F_FREE;
735 worker->flags |= IO_WORKER_F_FREE;

Completed in 151 milliseconds