Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio-wq.c38 IO_WQ_BIT_EXIT_ON_IDLE = 1, /* allow all workers to exit on idle */ enumerator
717 test_bit(IO_WQ_BIT_EXIT_ON_IDLE, &wq->state)) { in io_wq_worker()
978 clear_bit(IO_WQ_BIT_EXIT_ON_IDLE, &wq->state); in io_wq_set_exit_on_idle()
982 if (test_and_set_bit(IO_WQ_BIT_EXIT_ON_IDLE, &wq->state)) in io_wq_set_exit_on_idle()