Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-core.c706 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 …]
Dcfq-iosched.c3413 if (cfqd->rq_in_flight[BLK_RW_SYNC] && !cfq_cfqq_sync(cfqq)) in cfq_may_dispatch()
/Linux-v4.19/include/linux/
Dbacking-dev-defs.h211 BLK_RW_SYNC = 1, enumerator
/Linux-v4.19/fs/fuse/
Ddev.c402 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()
/Linux-v4.19/fs/f2fs/
Df2fs.h1363 if (rl->count[BLK_RW_SYNC] || rl->count[BLK_RW_ASYNC]) in is_idle()