Searched refs:percpu_counter_add_batch (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/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 | 626 	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()
 
 | 
| D | backing-dev.h | 73 	percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH);  in __add_wb_stat()
 | 
| /Linux-v5.4/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()  function99 EXPORT_SYMBOL(percpu_counter_add_batch);
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_mount.c | 1176 	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/ | 
| D | ordered-data.c | 201 		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()
 
 | 
| D | extent-tree.c | 106 	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()
 
 | 
| D | block-group.c | 1359 		percpu_counter_add_batch(&space_info->total_bytes_pinned,  in btrfs_delete_unused_bgs()2700 			percpu_counter_add_batch(  in btrfs_update_block_group()
 
 | 
| D | extent_io.c | 3690 		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()
 
 | 
| D | disk-io.c | 1097 			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()
 
 | 
| D | inode.c | 1896 		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/ | 
| D | bfq-cgroup.c | 46 	percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH);  in bfq_stat_add()
 |