Searched refs:BLK_RW_SYNC (Results 1 – 5 of 5) sorted by relevance
706 wake_up_all(&rl->wait[BLK_RW_SYNC]); in blk_set_queue_dying()875 rl->count[BLK_RW_SYNC] = rl->count[BLK_RW_ASYNC] = 0; in blk_init_rl()876 rl->starved[BLK_RW_SYNC] = rl->starved[BLK_RW_ASYNC] = 0; in blk_init_rl()877 init_waitqueue_head(&rl->wait[BLK_RW_SYNC]); in blk_init_rl()1302 if (rl->count[BLK_RW_SYNC] >= on_thresh) in blk_update_nr_requests()1303 blk_set_congested(rl, BLK_RW_SYNC); in blk_update_nr_requests()1304 else if (rl->count[BLK_RW_SYNC] < off_thresh) in blk_update_nr_requests()1305 blk_clear_congested(rl, BLK_RW_SYNC); in blk_update_nr_requests()1312 if (rl->count[BLK_RW_SYNC] >= q->nr_requests) { in blk_update_nr_requests()1313 blk_set_rl_full(rl, BLK_RW_SYNC); in blk_update_nr_requests()[all …]
3413 if (cfqd->rq_in_flight[BLK_RW_SYNC] && !cfq_cfqq_sync(cfqq)) in cfq_may_dispatch()
211 BLK_RW_SYNC = 1, enumerator
402 clear_bdi_congested(fc->sb->s_bdi, BLK_RW_SYNC); in request_end()594 set_bdi_congested(fc->sb->s_bdi, BLK_RW_SYNC); in fuse_request_send_background_locked()
1363 if (rl->count[BLK_RW_SYNC] || rl->count[BLK_RW_ASYNC]) in is_idle()