percpu_counter_add_batch   46 block/bfq-cgroup.c 	percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH);
percpu_counter_add_batch 1362 fs/btrfs/block-group.c 		percpu_counter_add_batch(&space_info->total_bytes_pinned,
percpu_counter_add_batch 2705 fs/btrfs/block-group.c 			percpu_counter_add_batch(
percpu_counter_add_batch 1085 fs/btrfs/disk-io.c 			percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
percpu_counter_add_batch 4148 fs/btrfs/disk-io.c 		percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
percpu_counter_add_batch  106 fs/btrfs/extent-tree.c 	percpu_counter_add_batch(&space_info->total_bytes_pinned, ref->len,
percpu_counter_add_batch  118 fs/btrfs/extent-tree.c 	percpu_counter_add_batch(&space_info->total_bytes_pinned, -ref->len,
percpu_counter_add_batch 1791 fs/btrfs/extent-tree.c 		percpu_counter_add_batch(&space_info->total_bytes_pinned,
percpu_counter_add_batch 2586 fs/btrfs/extent-tree.c 	percpu_counter_add_batch(&cache->space_info->total_bytes_pinned,
percpu_counter_add_batch 2844 fs/btrfs/extent-tree.c 		percpu_counter_add_batch(&space_info->total_bytes_pinned,
percpu_counter_add_batch 3694 fs/btrfs/extent_io.c 		percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
percpu_counter_add_batch 3742 fs/btrfs/extent_io.c 	percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, eb->len,
percpu_counter_add_batch 3763 fs/btrfs/extent_io.c 	percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
percpu_counter_add_batch 1911 fs/btrfs/inode.c 		percpu_counter_add_batch(&fs_info->delalloc_bytes, len,
percpu_counter_add_batch 1983 fs/btrfs/inode.c 		percpu_counter_add_batch(&fs_info->delalloc_bytes, -len,
percpu_counter_add_batch  201 fs/btrfs/ordered-data.c 		percpu_counter_add_batch(&fs_info->dio_bytes, len,
percpu_counter_add_batch  477 fs/btrfs/ordered-data.c 		percpu_counter_add_batch(&fs_info->dio_bytes, -entry->len,
percpu_counter_add_batch 1176 fs/xfs/xfs_mount.c 	percpu_counter_add_batch(&mp->m_icount, delta, XFS_ICOUNT_BATCH);
percpu_counter_add_batch 1255 fs/xfs/xfs_mount.c 	percpu_counter_add_batch(&mp->m_fdblocks, delta, batch);
percpu_counter_add_batch 1382 fs/xfs/xfs_mount.c 	percpu_counter_add_batch(&mp->m_delalloc_blks, delta,
percpu_counter_add_batch   74 include/linux/backing-dev.h 	percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH);
percpu_counter_add_batch  626 include/linux/blk-cgroup.h 	percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
percpu_counter_add_batch  633 include/linux/blk-cgroup.h 	percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
percpu_counter_add_batch   68 include/linux/mman.h 	percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch);
percpu_counter_add_batch   43 include/linux/percpu_counter.h void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
percpu_counter_add_batch   55 include/linux/percpu_counter.h 	percpu_counter_add_batch(fbc, amount, percpu_counter_batch);
percpu_counter_add_batch  211 lib/flex_proportions.c 		percpu_counter_add_batch(&pl->events,
percpu_counter_add_batch  223 lib/flex_proportions.c 	percpu_counter_add_batch(&pl->events, 1, PROP_BATCH);
percpu_counter_add_batch  271 lib/flex_proportions.c 	percpu_counter_add_batch(&pl->events, 1, PROP_BATCH);
percpu_counter_add_batch   99 lib/percpu_counter.c EXPORT_SYMBOL(percpu_counter_add_batch);