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

/linux-master/io_uring/
H A Dsqpoll.c306 bool cap_entries, sqt_spin = false; local
319 if (!sqt_spin && (ret > 0 || !wq_list_empty(&ctx->iopoll_list)))
320 sqt_spin = true;
323 sqt_spin = true;
325 if (sqt_spin || !time_after(jiffies, timeout)) {
326 if (sqt_spin) {

Completed in 175 milliseconds