Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-rq-qos.c257 bool has_sleeper; in rq_qos_wait() local
259 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
260 if (!has_sleeper && acquire_inflight_cb(rqw, private_data)) in rq_qos_wait()
263 has_sleeper = !prepare_to_wait_exclusive(&rqw->wait, &data.wq, in rq_qos_wait()
269 if (!has_sleeper && acquire_inflight_cb(rqw, private_data)) { in rq_qos_wait()
283 has_sleeper = true; in rq_qos_wait()