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

/linux-master/io_uring/
H A Dio-wq.c39 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */ enumerator in enum:__anon46
247 return !test_bit(IO_ACCT_STALLED_BIT, &acct->flags) &&
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);
1134 if (test_and_clear_bit(IO_ACCT_STALLED_BIT, &acct->flags))

Completed in 105 milliseconds