Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dio-wq.c38 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */ enumerator
248 !test_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_acct_run_queue()
509 set_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_get_next_work()
514 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_get_next_work()
604 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_worker_handle_work()
922 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_wqe_enqueue()
1128 if (test_and_clear_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_wqe_hash_wake()