Searched refs:percpu_counter_add_batch (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/include/linux/ |
D | percpu_counter.h | 43 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, 55 percpu_counter_add_batch(fbc, amount, percpu_counter_batch); in percpu_counter_add() 141 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function
|
D | mman.h | 68 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
|
D | blk-cgroup.h | 634 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in blkg_stat_add() 715 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add() 722 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
|
D | backing-dev.h | 70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
|
/linux-4.19.296/lib/ |
D | flex_proportions.c | 211 percpu_counter_add_batch(&pl->events, in fprop_reflect_period_percpu() 223 percpu_counter_add_batch(&pl->events, 1, PROP_BATCH); in __fprop_inc_percpu() 271 percpu_counter_add_batch(&pl->events, 1, PROP_BATCH); in __fprop_inc_percpu_max()
|
D | percpu_counter.c | 82 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function 99 EXPORT_SYMBOL(percpu_counter_add_batch);
|
/linux-4.19.296/fs/xfs/ |
D | xfs_mount.c | 1243 percpu_counter_add_batch(&mp->m_icount, delta, XFS_ICOUNT_BATCH); in xfs_mod_icount() 1322 percpu_counter_add_batch(&mp->m_fdblocks, delta, batch); in xfs_mod_fdblocks()
|
/linux-4.19.296/fs/btrfs/ |
D | extent-tree.c | 758 percpu_counter_add_batch(&space_info->total_bytes_pinned, num_bytes, in add_pinned_bytes() 2488 percpu_counter_add_batch(&space_info->total_bytes_pinned, in cleanup_ref_head() 6136 percpu_counter_add_batch(&cache->space_info->total_bytes_pinned, in update_block_group() 6208 percpu_counter_add_batch(&cache->space_info->total_bytes_pinned, in pin_down_extent() 6574 percpu_counter_add_batch(&space_info->total_bytes_pinned, in unpin_extent_range() 10697 percpu_counter_add_batch(&space_info->total_bytes_pinned, in btrfs_delete_unused_bgs()
|
D | disk-io.c | 1113 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in clean_tree_block() 4136 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_mark_buffer_dirty()
|
D | extent_io.c | 3617 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io() 3665 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, eb->len, in lock_extent_buffer_for_io()
|
D | inode.c | 1850 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_bit_hook() 1922 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_bit_hook()
|