Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Dio-wq.c39 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */ enumerator
247 return !test_bit(IO_ACCT_STALLED_BIT, &acct->flags) && in __io_acct_run_queue()
518 set_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_get_next_work()
523 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_get_next_work()
613 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_worker_handle_work()
943 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_wq_enqueue()
1134 if (test_and_clear_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_wq_hash_wake()