Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.h109 return !(rl->count[BLK_RW_SYNC]) && !(rl->count[BLK_RW_ASYNC]); in is_idle()
/linux-4.4.14/block/
Dblk-core.c527 wake_up(&rl->wait[BLK_RW_SYNC]); in blk_set_queue_dying()
622 rl->count[BLK_RW_SYNC] = rl->count[BLK_RW_ASYNC] = 0; in blk_init_rl()
623 rl->starved[BLK_RW_SYNC] = rl->starved[BLK_RW_ASYNC] = 0; in blk_init_rl()
624 init_waitqueue_head(&rl->wait[BLK_RW_SYNC]); in blk_init_rl()
982 if (rl->count[BLK_RW_SYNC] >= on_thresh) in blk_update_nr_requests()
983 blk_set_congested(rl, BLK_RW_SYNC); in blk_update_nr_requests()
984 else if (rl->count[BLK_RW_SYNC] < off_thresh) in blk_update_nr_requests()
985 blk_clear_congested(rl, BLK_RW_SYNC); in blk_update_nr_requests()
992 if (rl->count[BLK_RW_SYNC] >= q->nr_requests) { in blk_update_nr_requests()
993 blk_set_rl_full(rl, BLK_RW_SYNC); in blk_update_nr_requests()
[all …]
Dcfq-iosched.c3389 if (cfqd->rq_in_flight[BLK_RW_SYNC] && !cfq_cfqq_sync(cfqq)) in cfq_may_dispatch()
/linux-4.4.14/include/linux/
Dbacking-dev-defs.h177 BLK_RW_SYNC = 1, enumerator
/linux-4.4.14/fs/fuse/
Ddev.c404 clear_bdi_congested(&fc->bdi, BLK_RW_SYNC); in request_end()
597 set_bdi_congested(&fc->bdi, BLK_RW_SYNC); in fuse_request_send_background_locked()