Home
last modified time | relevance | path

Searched refs:IO_WORKER_F_RUNNING (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Dio-wq.c31 IO_WORKER_F_RUNNING = 1, /* account as running */ enumerator
641 BIT(IO_WORKER_F_UP) | BIT(IO_WORKER_F_RUNNING)); in io_wq_worker()
707 if (test_bit(IO_WORKER_F_RUNNING, &worker->flags)) in io_wq_worker_running()
709 set_bit(IO_WORKER_F_RUNNING, &worker->flags); in io_wq_worker_running()
725 if (!test_bit(IO_WORKER_F_RUNNING, &worker->flags)) in io_wq_worker_sleeping()
728 clear_bit(IO_WORKER_F_RUNNING, &worker->flags); in io_wq_worker_sleeping()