Lines Matching refs:BLK_RW_ASYNC
528 wake_up(&rl->wait[BLK_RW_ASYNC]); 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()
625 init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); in blk_init_rl()
987 if (rl->count[BLK_RW_ASYNC] >= on_thresh) in blk_update_nr_requests()
988 blk_set_congested(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
989 else if (rl->count[BLK_RW_ASYNC] < off_thresh) in blk_update_nr_requests()
990 blk_clear_congested(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
999 if (rl->count[BLK_RW_ASYNC] >= q->nr_requests) { in blk_update_nr_requests()
1000 blk_set_rl_full(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
1002 blk_clear_rl_full(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
1003 wake_up(&rl->wait[BLK_RW_ASYNC]); in blk_update_nr_requests()