Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c26 IO_WORKER_F_FREE = 4, /* worker on free list */ enumerator
233 if (worker->flags & IO_WORKER_F_FREE) in io_worker_exit()
422 if (worker->flags & IO_WORKER_F_FREE) {
423 worker->flags &= ~IO_WORKER_F_FREE;
438 if (!(worker->flags & IO_WORKER_F_FREE)) {
439 worker->flags |= IO_WORKER_F_FREE;
725 worker->flags |= IO_WORKER_F_FREE; in io_init_new_worker()
/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.c30 IO_WORKER_F_FREE = 4, /* worker on free list */ enumerator
228 if (worker->flags & IO_WORKER_F_FREE) in io_worker_exit()
433 if (worker->flags & IO_WORKER_F_FREE) { in __io_worker_busy()
434 worker->flags &= ~IO_WORKER_F_FREE; in __io_worker_busy()
447 if (!(worker->flags & IO_WORKER_F_FREE)) {
448 worker->flags |= IO_WORKER_F_FREE;
735 worker->flags |= IO_WORKER_F_FREE; in io_init_new_worker()

Completed in 5 milliseconds