Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dkmem.c61 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_alloc()
127 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_zone_alloc()
Dxfs_buf.c362 congestion_wait(BLK_RW_ASYNC, HZ/50); in xfs_buf_allocate_memory()
/linux-4.4.14/fs/f2fs/
Dgc.h109 return !(rl->count[BLK_RW_SYNC]) && !(rl->count[BLK_RW_ASYNC]); in is_idle()
/linux-4.4.14/block/
Dblk-core.c528 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 …]
Dblk-tag.c346 if (q->in_flight[BLK_RW_ASYNC] > max_depth) in blk_queue_start_tag()
Dcfq-iosched.c3383 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/
Dbacking-dev-defs.h176 BLK_RW_ASYNC = 0, enumerator
/linux-4.4.14/fs/fat/
Dfile.c151 congestion_wait(BLK_RW_ASYNC, HZ/10); in fat_file_release()
/linux-4.4.14/fs/ceph/
Daddr.c538 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/
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()
1749 clear_bdi_congested(&nfss->backing_dev_info, BLK_RW_ASYNC); in nfs_commit_release_pages()
Dfile.c493 BLK_RW_ASYNC); in nfs_release_page()
/linux-4.4.14/mm/
Dvmscan.c1576 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()
Dcompaction.c686 congestion_wait(BLK_RW_ASYNC, HZ/10); in isolate_migratepages_block()
Dpage-writeback.c1943 congestion_wait(BLK_RW_ASYNC, HZ/10); in throttle_vm_writeout()
Dpage_alloc.c2914 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()
Dmemcontrol.c2758 congestion_wait(BLK_RW_ASYNC, HZ/10); in mem_cgroup_force_empty()
/linux-4.4.14/drivers/block/
Dpktcdvd.c1280 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/
Ddev.c405 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/
Djournal.c961 congestion_wait(BLK_RW_ASYNC, HZ / 10); in reiserfs_async_progress_wait()
/linux-4.4.14/fs/ext4/
Dextents.c4653 congestion_wait(BLK_RW_ASYNC, HZ/50); in ext4_ext_truncate()