Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dkmem.c29 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_alloc()
115 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_realloc()
136 congestion_wait(BLK_RW_ASYNC, HZ/50); in kmem_zone_alloc()
Dxfs_buf.c425 congestion_wait(BLK_RW_ASYNC, HZ/50); in xfs_buf_allocate_memory()
/Linux-v5.4/fs/fuse/
Dcontrol.c182 clear_bdi_congested(fc->sb->s_bdi, BLK_RW_ASYNC); in fuse_conn_congestion_threshold_write()
185 set_bdi_congested(fc->sb->s_bdi, BLK_RW_ASYNC); in fuse_conn_congestion_threshold_write()
Ddev.c316 clear_bdi_congested(fc->sb->s_bdi, BLK_RW_ASYNC); in fuse_request_end()
532 set_bdi_congested(fc->sb->s_bdi, BLK_RW_ASYNC); in fuse_request_queue_background()
/Linux-v5.4/include/linux/
Dbacking-dev-defs.h233 BLK_RW_ASYNC = 0, enumerator
/Linux-v5.4/fs/f2fs/
Drecovery.c538 congestion_wait(BLK_RW_ASYNC, HZ/50); in do_recover_data()
621 congestion_wait(BLK_RW_ASYNC, HZ/50); in do_recover_data()
Dinode.c493 congestion_wait(BLK_RW_ASYNC, HZ/50); in f2fs_iget_retry()
Dsegment.c248 congestion_wait(BLK_RW_ASYNC, HZ/50); in __revoke_inmem_pages()
313 congestion_wait(BLK_RW_ASYNC, HZ/50); in f2fs_drop_inmem_pages_all()
410 congestion_wait(BLK_RW_ASYNC, HZ/50); in __f2fs_commit_inmem_pages()
2787 congestion_wait(BLK_RW_ASYNC, HZ/50); in __issue_discard_cmd_range()
Ddata.c1878 congestion_wait(BLK_RW_ASYNC, HZ/50); in encrypt_one_page()
2372 congestion_wait(BLK_RW_ASYNC, in f2fs_write_cache_pages()
Dgc.c973 congestion_wait(BLK_RW_ASYNC, HZ/50); in move_data_page()
Dsuper.c1783 congestion_wait(BLK_RW_ASYNC, HZ/50); in f2fs_quota_read()
1837 congestion_wait(BLK_RW_ASYNC, HZ/50); in f2fs_quota_write()
Dnode.c2606 congestion_wait(BLK_RW_ASYNC, HZ/50); in f2fs_recover_inode_page()
/Linux-v5.4/fs/ceph/
Daddr.c628 set_bdi_congested(inode_to_bdi(inode), BLK_RW_ASYNC); in writepage_nounlock()
665 clear_bdi_congested(inode_to_bdi(inode), BLK_RW_ASYNC); in writepage_nounlock()
745 BLK_RW_ASYNC); in writepages_finish()
992 BLK_RW_ASYNC); in ceph_writepages_start()
/Linux-v5.4/fs/ext4/
Dpage-io.c489 congestion_wait(BLK_RW_ASYNC, HZ/50); in ext4_bio_write_page()
Dextents.c4594 congestion_wait(BLK_RW_ASYNC, HZ/50); in ext4_ext_truncate()
/Linux-v5.4/fs/nfs/
Dwrite.c352 set_bdi_congested(inode_to_bdi(inode), BLK_RW_ASYNC); in nfs_set_page_writeback()
368 clear_bdi_congested(inode_to_bdi(inode), BLK_RW_ASYNC); in nfs_end_page_writeback()
1877 clear_bdi_congested(inode_to_bdi(data->inode), BLK_RW_ASYNC); in nfs_commit_release_pages()
/Linux-v5.4/fs/fat/
Dfile.c189 congestion_wait(BLK_RW_ASYNC, HZ/10); in fat_file_release()
/Linux-v5.4/drivers/block/
Dpktcdvd.c1247 BLK_RW_ASYNC); in pkt_handle_queue()
2395 set_bdi_congested(q->backing_dev_info, BLK_RW_ASYNC); in pkt_make_request_write()
2398 congestion_wait(BLK_RW_ASYNC, HZ); in pkt_make_request_write()
/Linux-v5.4/mm/
Dvmscan.c2874 congestion_wait(BLK_RW_ASYNC, HZ/10); in shrink_node()
2893 wait_iff_congested(BLK_RW_ASYNC, HZ/10); in shrink_node()
Dpage-writeback.c2350 congestion_wait(BLK_RW_ASYNC, HZ/50); in do_writepages()
Dcompaction.c806 congestion_wait(BLK_RW_ASYNC, HZ/10); in isolate_migratepages_block()
Dmemcontrol.c3283 congestion_wait(BLK_RW_ASYNC, HZ/10); in mem_cgroup_force_empty()
Dpage_alloc.c4342 congestion_wait(BLK_RW_ASYNC, HZ/10); in should_reclaim_retry()
/Linux-v5.4/fs/reiserfs/
Djournal.c958 congestion_wait(BLK_RW_ASYNC, HZ / 10); in reiserfs_async_progress_wait()
/Linux-v5.4/block/
Dbfq-iosched.c5026 bfqq = bfq_get_queue(bfqd, bio, BLK_RW_ASYNC, bic); in bfq_check_ioprio_change()