Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-core.c487 wake_up(&rl->wait[BLK_RW_SYNC]); in blk_set_queue_dying()
581 rl->count[BLK_RW_SYNC] = rl->count[BLK_RW_ASYNC] = 0; in blk_init_rl()
582 rl->starved[BLK_RW_SYNC] = rl->starved[BLK_RW_ASYNC] = 0; in blk_init_rl()
583 init_waitqueue_head(&rl->wait[BLK_RW_SYNC]); in blk_init_rl()
895 if (rl->count[BLK_RW_SYNC] >= queue_congestion_on_threshold(q)) in blk_update_nr_requests()
896 blk_set_queue_congested(q, BLK_RW_SYNC); in blk_update_nr_requests()
897 else if (rl->count[BLK_RW_SYNC] < queue_congestion_off_threshold(q)) in blk_update_nr_requests()
898 blk_clear_queue_congested(q, BLK_RW_SYNC); in blk_update_nr_requests()
906 if (rl->count[BLK_RW_SYNC] >= q->nr_requests) { in blk_update_nr_requests()
907 blk_set_rl_full(rl, BLK_RW_SYNC); in blk_update_nr_requests()
[all …]
Dcfq-iosched.c3213 if (cfqd->rq_in_flight[BLK_RW_SYNC] && !cfq_cfqq_sync(cfqq)) in cfq_may_dispatch()
3446 if (cic->cfqq[BLK_RW_SYNC]) { in cfq_exit_icq()
3447 cfq_exit_cfqq(cfqd, cic->cfqq[BLK_RW_SYNC]); in cfq_exit_icq()
3448 cic->cfqq[BLK_RW_SYNC] = NULL; in cfq_exit_icq()
3518 cfqq = cic->cfqq[BLK_RW_SYNC]; in check_ioprio_changed()
/linux-4.1.27/fs/f2fs/
Dgc.h109 return !(rl->count[BLK_RW_SYNC]) && !(rl->count[BLK_RW_ASYNC]); in is_idle()
/linux-4.1.27/include/linux/
Dbacking-dev.h273 BLK_RW_SYNC = 1, enumerator
/linux-4.1.27/fs/fuse/
Ddev.c398 clear_bdi_congested(&fc->bdi, BLK_RW_SYNC); in request_end()
598 set_bdi_congested(&fc->bdi, BLK_RW_SYNC); in fuse_request_send_nowait_locked()