Searched refs:BLK_RW_ASYNC (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | kmem.c | 61 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_alloc() 127 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_zone_alloc()
|
D | xfs_buf.c | 362 congestion_wait(BLK_RW_ASYNC, HZ/50); in xfs_buf_allocate_memory()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.h | 109 return !(rl->count[BLK_RW_SYNC]) && !(rl->count[BLK_RW_ASYNC]); in is_idle()
|
/linux-4.4.14/block/ |
D | blk-core.c | 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() [all …]
|
D | blk-tag.c | 346 if (q->in_flight[BLK_RW_ASYNC] > max_depth) in blk_queue_start_tag()
|
D | cfq-iosched.c | 3383 if (cfq_should_idle(cfqd, cfqq) && cfqd->rq_in_flight[BLK_RW_ASYNC]) in cfq_may_dispatch() 3686 cfqq = cfq_get_queue(cfqd, BLK_RW_ASYNC, cic, bio); in check_ioprio_changed()
|
/linux-4.4.14/include/linux/ |
D | backing-dev-defs.h | 176 BLK_RW_ASYNC = 0, enumerator
|
/linux-4.4.14/fs/fat/ |
D | file.c | 151 congestion_wait(BLK_RW_ASYNC, HZ/10); in fat_file_release()
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 538 set_bdi_congested(&fsc->backing_dev_info, BLK_RW_ASYNC); in writepage_nounlock() 651 BLK_RW_ASYNC); in writepages_finish() 921 BLK_RW_ASYNC); in ceph_writepages_start()
|
/linux-4.4.14/fs/nfs/ |
D | write.c | 275 BLK_RW_ASYNC); in nfs_set_page_writeback() 289 clear_bdi_congested(&nfss->backing_dev_info, BLK_RW_ASYNC); in nfs_end_page_writeback() 1749 clear_bdi_congested(&nfss->backing_dev_info, BLK_RW_ASYNC); in nfs_commit_release_pages()
|
D | file.c | 493 BLK_RW_ASYNC); in nfs_release_page()
|
/linux-4.4.14/mm/ |
D | vmscan.c | 1576 congestion_wait(BLK_RW_ASYNC, HZ/10); in shrink_inactive_list() 1682 congestion_wait(BLK_RW_ASYNC, HZ/10); in shrink_inactive_list() 1692 wait_iff_congested(zone, BLK_RW_ASYNC, HZ/10); in shrink_inactive_list()
|
D | compaction.c | 686 congestion_wait(BLK_RW_ASYNC, HZ/10); in isolate_migratepages_block()
|
D | page-writeback.c | 1943 congestion_wait(BLK_RW_ASYNC, HZ/10); in throttle_vm_writeout()
|
D | page_alloc.c | 2914 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, in __alloc_pages_high_priority() 3157 wait_iff_congested(ac->preferred_zone, BLK_RW_ASYNC, HZ/50); in __alloc_pages_slowpath()
|
D | memcontrol.c | 2758 congestion_wait(BLK_RW_ASYNC, HZ/10); in mem_cgroup_force_empty()
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 1280 BLK_RW_ASYNC); in pkt_handle_queue() 2408 set_bdi_congested(&q->backing_dev_info, BLK_RW_ASYNC); in pkt_make_request_write() 2411 congestion_wait(BLK_RW_ASYNC, HZ); in pkt_make_request_write()
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 405 clear_bdi_congested(&fc->bdi, BLK_RW_ASYNC); in request_end() 598 set_bdi_congested(&fc->bdi, BLK_RW_ASYNC); in fuse_request_send_background_locked()
|
/linux-4.4.14/fs/reiserfs/ |
D | journal.c | 961 congestion_wait(BLK_RW_ASYNC, HZ / 10); in reiserfs_async_progress_wait()
|
/linux-4.4.14/fs/ext4/ |
D | extents.c | 4653 congestion_wait(BLK_RW_ASYNC, HZ/50); in ext4_ext_truncate()
|