Searched refs:percpu_counter_add_batch (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/include/linux/ |
D | percpu_counter.h | 43 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
|
D | mman.h | 75 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
|
D | backing-dev.h | 70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
|
/Linux-v5.15/block/ |
D | blk-cgroup-rwstat.h | 73 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()
|
D | bfq-cgroup.c | 46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()
|
/Linux-v5.15/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()
|
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-v5.15/include/net/ |
D | dst_ops.h | 59 percpu_counter_add_batch(&dst->pcpuc_entries, val, in dst_entries_add()
|
D | sock.h | 1376 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1, in sk_sockets_allocated_dec() 1382 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1, in sk_sockets_allocated_inc()
|
/Linux-v5.15/fs/btrfs/ |
D | ordered-data.c | 200 percpu_counter_add_batch(&fs_info->ordered_bytes, num_bytes, in __btrfs_add_ordered_extent() 555 percpu_counter_add_batch(&fs_info->ordered_bytes, -entry->num_bytes, in btrfs_remove_ordered_extent() 1075 percpu_counter_add_batch(&fs_info->ordered_bytes, -num_bytes, in clone_ordered_extent()
|
D | extent_io.c | 4218 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io() 4272 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, eb->len, in lock_extent_buffer_for_io() 4291 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in set_btree_ioerr()
|
D | disk-io.c | 1131 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_clean_tree_block() 4479 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_mark_buffer_dirty()
|
D | inode.c | 2145 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent() 2215 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_mount.c | 1146 percpu_counter_add_batch(&mp->m_fdblocks, delta, batch); in xfs_mod_fdblocks() 1365 percpu_counter_add_batch(&mp->m_delalloc_blks, delta, in xfs_mod_delalloc()
|
D | xfs_trans.c | 611 percpu_counter_add_batch(&mp->m_icount, idelta, in xfs_trans_unreserve_and_mod_sb()
|