Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c35 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */ enumerator
251 !test_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_acct_run_queue()
510 set_bit(IO_ACCT_STALLED_BIT, &acct->flags);
515 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags);
603 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags);
932 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags); in io_wqe_enqueue()
1126 if (test_and_clear_bit(IO_ACCT_STALLED_BIT, &acct->flags)) in io_wqe_hash_wake()
/kernel/linux/linux-6.6/io_uring/
H A 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);
523 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags);
613 clear_bit(IO_ACCT_STALLED_BIT, &acct->flags);
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()

Completed in 4 milliseconds