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

/linux-master/io_uring/
H A Dio-wq.c28 IO_WORKER_F_UP = 1, /* up and active */ enumerator in enum:__anon44
413 if (!(worker->flags & IO_WORKER_F_UP))
634 worker->flags |= (IO_WORKER_F_UP | IO_WORKER_F_RUNNING);
698 if (!(worker->flags & IO_WORKER_F_UP))
716 if (!(worker->flags & IO_WORKER_F_UP))

Completed in 95 milliseconds