Searched refs:percpu_counter_add_batch (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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 | 633 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in blkg_stat_add() 714 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add() 721 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
|
D | backing-dev.h | 69 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
|
/Linux-v4.19/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-v4.19/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-v4.19/fs/btrfs/ |
D | extent-tree.c | 758 percpu_counter_add_batch(&space_info->total_bytes_pinned, num_bytes, in add_pinned_bytes() 2477 percpu_counter_add_batch(&space_info->total_bytes_pinned, in cleanup_ref_head() 6131 percpu_counter_add_batch(&cache->space_info->total_bytes_pinned, in update_block_group() 6203 percpu_counter_add_batch(&cache->space_info->total_bytes_pinned, in pin_down_extent() 6568 percpu_counter_add_batch(&space_info->total_bytes_pinned, in unpin_extent_range() 10650 percpu_counter_add_batch(&space_info->total_bytes_pinned, in btrfs_delete_unused_bgs()
|
D | disk-io.c | 1106 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in clean_tree_block() 4078 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_mark_buffer_dirty()
|
D | inode.c | 1791 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_bit_hook() 1863 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_bit_hook()
|
D | extent_io.c | 3564 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io()
|