Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio-wq.c38 IO_WQ_BIT_EXIT = 0, /* wq exiting */ enumerator
608 while (!test_bit(IO_WQ_BIT_EXIT, &wq->state)) { in io_wqe_worker()
628 if (test_bit(IO_WQ_BIT_EXIT, &wq->state) || in io_wqe_worker()
633 if (test_bit(IO_WQ_BIT_EXIT, &wq->state)) { in io_wqe_worker()
788 set_bit(IO_WQ_BIT_EXIT, &wq->state); in io_wq_manager()
1185 set_bit(IO_WQ_BIT_EXIT, &wq->state); in __io_wq_destroy()