Lines Matching refs:BLK_RW_ASYNC
707 wake_up_all(&rl->wait[BLK_RW_ASYNC]); 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()
878 init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); in blk_init_rl()
1307 if (rl->count[BLK_RW_ASYNC] >= on_thresh) in blk_update_nr_requests()
1308 blk_set_congested(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
1309 else if (rl->count[BLK_RW_ASYNC] < off_thresh) in blk_update_nr_requests()
1310 blk_clear_congested(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
1319 if (rl->count[BLK_RW_ASYNC] >= q->nr_requests) { in blk_update_nr_requests()
1320 blk_set_rl_full(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
1322 blk_clear_rl_full(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
1323 wake_up(&rl->wait[BLK_RW_ASYNC]); in blk_update_nr_requests()