Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpercpu_counter.h43 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
56 percpu_counter_add_batch(fbc, amount, percpu_counter_batch); in percpu_counter_add()
142 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function
Dmman.h72 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
Dbacking-dev.h70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
/Linux-v5.10/block/
Dblk-cgroup-rwstat.h73 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
80 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
Dbfq-cgroup.c46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()
/Linux-v5.10/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()
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.10/include/net/
Ddst_ops.h59 percpu_counter_add_batch(&dst->pcpuc_entries, val, in dst_entries_add()
/Linux-v5.10/fs/xfs/
Dxfs_mount.c1249 percpu_counter_add_batch(&mp->m_fdblocks, delta, batch); in xfs_mod_fdblocks()
1358 percpu_counter_add_batch(&mp->m_delalloc_blks, delta, in xfs_mod_delalloc()
Dxfs_trans.c605 percpu_counter_add_batch(&mp->m_icount, idelta, in xfs_trans_unreserve_and_mod_sb()
/Linux-v5.10/fs/btrfs/
Dordered-data.c206 percpu_counter_add_batch(&fs_info->dio_bytes, num_bytes, in __btrfs_add_ordered_extent()
484 percpu_counter_add_batch(&fs_info->dio_bytes, -entry->num_bytes, in btrfs_remove_ordered_extent()
Dextent-tree.c104 percpu_counter_add_batch(&space_info->total_bytes_pinned, ref->len, in add_pinned_bytes()
116 percpu_counter_add_batch(&space_info->total_bytes_pinned, -ref->len, in sub_pinned_bytes()
1811 percpu_counter_add_batch(&space_info->total_bytes_pinned, in btrfs_cleanup_ref_head_accounting()
2595 percpu_counter_add_batch(&cache->space_info->total_bytes_pinned, in pin_down_extent()
2847 percpu_counter_add_batch(&space_info->total_bytes_pinned, in unpin_extent_range()
Dblock-group.c1445 percpu_counter_add_batch(&space_info->total_bytes_pinned, in btrfs_delete_unused_bgs()
2908 percpu_counter_add_batch( in btrfs_update_block_group()
Ddisk-io.c1012 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_clean_tree_block()
4196 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_mark_buffer_dirty()
4405 percpu_counter_add_batch( in btrfs_destroy_delayed_refs()
Dextent_io.c3710 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io()
3758 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, eb->len, in lock_extent_buffer_for_io()
3779 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in set_btree_ioerr()
Dinode.c2015 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent()
2085 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()