Home
last modified time | relevance | path

Searched refs:BLK_RW_ASYNC (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/fs/xfs/
Dkmem.c60 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_alloc()
125 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_zone_alloc()
Dxfs_buf.c361 congestion_wait(BLK_RW_ASYNC, HZ/50); in xfs_buf_allocate_memory()
/linux-4.1.27/block/
Dblk-core.c488 wake_up(&rl->wait[BLK_RW_ASYNC]); 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()
584 init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); in blk_init_rl()
900 if (rl->count[BLK_RW_ASYNC] >= queue_congestion_on_threshold(q)) in blk_update_nr_requests()
901 blk_set_queue_congested(q, BLK_RW_ASYNC); in blk_update_nr_requests()
902 else if (rl->count[BLK_RW_ASYNC] < queue_congestion_off_threshold(q)) in blk_update_nr_requests()
903 blk_clear_queue_congested(q, BLK_RW_ASYNC); in blk_update_nr_requests()
913 if (rl->count[BLK_RW_ASYNC] >= q->nr_requests) { in blk_update_nr_requests()
914 blk_set_rl_full(rl, BLK_RW_ASYNC); in blk_update_nr_requests()
[all …]
Dblk-tag.c346 if (q->in_flight[BLK_RW_ASYNC] > max_depth) in blk_queue_start_tag()
Dcfq-iosched.c3207 if (cfq_should_idle(cfqd, cfqq) && cfqd->rq_in_flight[BLK_RW_ASYNC]) in cfq_may_dispatch()
3441 if (cic->cfqq[BLK_RW_ASYNC]) { in cfq_exit_icq()
3442 cfq_exit_cfqq(cfqd, cic->cfqq[BLK_RW_ASYNC]); in cfq_exit_icq()
3443 cic->cfqq[BLK_RW_ASYNC] = NULL; in cfq_exit_icq()
3507 cfqq = cic->cfqq[BLK_RW_ASYNC]; in check_ioprio_changed()
3510 new_cfqq = cfq_get_queue(cfqd, BLK_RW_ASYNC, cic, bio, in check_ioprio_changed()
3513 cic->cfqq[BLK_RW_ASYNC] = new_cfqq; 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.h272 BLK_RW_ASYNC = 0, enumerator
/linux-4.1.27/fs/fat/
Dfile.c150 congestion_wait(BLK_RW_ASYNC, HZ/10); in fat_file_release()
/linux-4.1.27/fs/ceph/
Daddr.c533 set_bdi_congested(&fsc->backing_dev_info, BLK_RW_ASYNC); in writepage_nounlock()
646 BLK_RW_ASYNC); in writepages_finish()
913 BLK_RW_ASYNC); in ceph_writepages_start()
/linux-4.1.27/fs/nfs/
Dwrite.c275 BLK_RW_ASYNC); in nfs_set_page_writeback()
289 clear_bdi_congested(&nfss->backing_dev_info, BLK_RW_ASYNC); in nfs_end_page_writeback()
1727 clear_bdi_congested(&nfss->backing_dev_info, BLK_RW_ASYNC); in nfs_commit_release_pages()
Dfile.c500 BLK_RW_ASYNC); in nfs_release_page()
/linux-4.1.27/mm/
Dvmscan.c1528 congestion_wait(BLK_RW_ASYNC, HZ/10); in shrink_inactive_list()
1634 congestion_wait(BLK_RW_ASYNC, HZ/10); in shrink_inactive_list()
1644 wait_iff_congested(zone, BLK_RW_ASYNC, HZ/10); in shrink_inactive_list()
Dcompaction.c666 congestion_wait(BLK_RW_ASYNC, HZ/10); in isolate_migratepages_block()
Dpage-writeback.c1642 congestion_wait(BLK_RW_ASYNC, HZ/10); in throttle_vm_writeout()
Dpage_alloc.c2602 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, in __alloc_pages_high_priority()
2843 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, HZ/50); in __alloc_pages_slowpath()
Dmemcontrol.c3054 congestion_wait(BLK_RW_ASYNC, HZ/10); in mem_cgroup_force_empty()
/linux-4.1.27/drivers/block/
Dpktcdvd.c1279 BLK_RW_ASYNC); in pkt_handle_queue()
2407 set_bdi_congested(&q->backing_dev_info, BLK_RW_ASYNC); in pkt_make_request_write()
2410 congestion_wait(BLK_RW_ASYNC, HZ); in pkt_make_request_write()
/linux-4.1.27/fs/fuse/
Ddev.c399 clear_bdi_congested(&fc->bdi, BLK_RW_ASYNC); in request_end()
599 set_bdi_congested(&fc->bdi, BLK_RW_ASYNC); in fuse_request_send_nowait_locked()
/linux-4.1.27/fs/jbd2/
Dtransaction.c292 congestion_wait(BLK_RW_ASYNC, HZ/50); in start_this_handle()
Djournal.c381 congestion_wait(BLK_RW_ASYNC, HZ/50); in jbd2_journal_write_metadata_buffer()
/linux-4.1.27/fs/reiserfs/
Djournal.c961 congestion_wait(BLK_RW_ASYNC, HZ / 10); in reiserfs_async_progress_wait()
/linux-4.1.27/fs/ext4/
Dextents.c4646 congestion_wait(BLK_RW_ASYNC, HZ/50); in ext4_ext_truncate()