Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c35 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */ enumerator
241 !test_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_acct_run_queue()
500 set_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_get_next_work()
505 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_get_next_work()
593 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()
1116 if (test_and_clear_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_wqe_hash_wake()