Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c24 IO_WORKER_F_UP = 1, /* up and active */ enumerator
402 if (!(worker->flags & IO_WORKER_F_UP))
628 worker->flags |= (IO_WORKER_F_UP | IO_WORKER_F_RUNNING); in io_wqe_worker()
684 if (!(worker->flags & IO_WORKER_F_UP)) in io_wq_worker_running()
702 if (!(worker->flags & IO_WORKER_F_UP)) in io_wq_worker_sleeping()
/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.c28 IO_WORKER_F_UP = 1, /* up and active */ enumerator
413 if (!(worker->flags & IO_WORKER_F_UP)) in io_wq_dec_running()
634 worker->flags |= (IO_WORKER_F_UP | IO_WORKER_F_RUNNING); in io_wq_worker()
698 if (!(worker->flags & IO_WORKER_F_UP)) in io_wq_worker_running()
716 if (!(worker->flags & IO_WORKER_F_UP)) in io_wq_worker_sleeping()

Completed in 4 milliseconds