Home
last modified time | relevance | path

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

/Linux-v5.4/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.h626 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
633 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
Dbacking-dev.h73 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
/Linux-v5.4/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-v5.4/fs/xfs/
Dxfs_mount.c1176 percpu_counter_add_batch(&mp->m_icount, delta, XFS_ICOUNT_BATCH); in xfs_mod_icount()
1255 percpu_counter_add_batch(&mp->m_fdblocks, delta, batch); in xfs_mod_fdblocks()
1382 percpu_counter_add_batch(&mp->m_delalloc_blks, delta, in xfs_mod_delalloc()
/Linux-v5.4/fs/btrfs/
Dordered-data.c201 percpu_counter_add_batch(&fs_info->dio_bytes, len, in __btrfs_add_ordered_extent()
477 percpu_counter_add_batch(&fs_info->dio_bytes, -entry->len, in btrfs_remove_ordered_extent()
Dextent-tree.c106 percpu_counter_add_batch(&space_info->total_bytes_pinned, ref->len, in add_pinned_bytes()
118 percpu_counter_add_batch(&space_info->total_bytes_pinned, -ref->len, in sub_pinned_bytes()
1791 percpu_counter_add_batch(&space_info->total_bytes_pinned, in btrfs_cleanup_ref_head_accounting()
2586 percpu_counter_add_batch(&cache->space_info->total_bytes_pinned, in pin_down_extent()
2844 percpu_counter_add_batch(&space_info->total_bytes_pinned, in unpin_extent_range()
Dblock-group.c1359 percpu_counter_add_batch(&space_info->total_bytes_pinned, in btrfs_delete_unused_bgs()
2700 percpu_counter_add_batch( in btrfs_update_block_group()
Dextent_io.c3690 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io()
3738 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, eb->len, in lock_extent_buffer_for_io()
3759 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in set_btree_ioerr()
Ddisk-io.c1097 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_clean_tree_block()
4129 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_mark_buffer_dirty()
Dinode.c1896 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent()
1968 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
/Linux-v5.4/block/
Dbfq-cgroup.c46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()