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

/linux-master/io_uring/
H A Dio-wq.c481 unsigned int stall_hash = -1U; variable
505 if (stall_hash == -1U)
506 stall_hash = hash;
511 if (stall_hash != -1U) {
520 unstalled = io_wait_on_hash(wq, stall_hash);

Completed in 95 milliseconds