Lines Matching refs:is_sync
1354 const bool is_sync = op_is_sync(op); in __get_request() local
1367 if (rl->count[is_sync]+1 >= queue_congestion_on_threshold(q)) { in __get_request()
1368 if (rl->count[is_sync]+1 >= q->nr_requests) { in __get_request()
1375 if (!blk_rl_full(rl, is_sync)) { in __get_request()
1377 blk_set_rl_full(rl, is_sync); in __get_request()
1390 blk_set_congested(rl, is_sync); in __get_request()
1398 if (rl->count[is_sync] >= (3 * q->nr_requests / 2)) in __get_request()
1401 q->nr_rqs[is_sync]++; in __get_request()
1402 rl->count[is_sync]++; in __get_request()
1403 rl->starved[is_sync] = 0; in __get_request()
1498 freed_request(rl, is_sync, rq_flags); in __get_request()
1508 if (unlikely(rl->count[is_sync] == 0)) in __get_request()
1509 rl->starved[is_sync] = 1; in __get_request()
1531 const bool is_sync = op_is_sync(op); in get_request() local
1556 prepare_to_wait_exclusive(&rl->wait[is_sync], &wait, in get_request()
1572 finish_wait(&rl->wait[is_sync], &wait); in get_request()