Home
last modified time | relevance | path

Searched refs:percpu_counter_add_batch (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/include/linux/
Dpercpu_counter.h43 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
Dmman.h68 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
Dblk-cgroup.h634 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()
Dbacking-dev.h70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
/linux-4.19.296/lib/
Dflex_proportions.c211 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()
Dpercpu_counter.c82 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/
Dxfs_mount.c1243 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/
Dextent-tree.c758 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()
Ddisk-io.c1113 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()
Dextent_io.c3617 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()
Dinode.c1850 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()