Symbol: percpu_counter_add_batch
block/bfq-cgroup.c
46
percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH);
block/blk-cgroup-rwstat.h
73
percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
block/blk-cgroup-rwstat.h
80
percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
fs/btrfs/extent_io.c
2006
percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
fs/btrfs/extent_io.c
3777
percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, -(s64)eb->len,
fs/btrfs/extent_io.c
3828
percpu_counter_add_batch(&eb->fs_info->dirty_metadata_bytes,
fs/btrfs/inode.c
2601
percpu_counter_add_batch(&fs_info->delalloc_bytes, len,
fs/btrfs/inode.c
2679
percpu_counter_add_batch(&fs_info->delalloc_bytes, -len,
fs/btrfs/ordered-data.c
248
percpu_counter_add_batch(&fs_info->ordered_bytes, entry->num_bytes,
fs/btrfs/ordered-data.c
685
percpu_counter_add_batch(&fs_info->ordered_bytes, -entry->num_bytes,
fs/xfs/xfs_mount.c
1483
percpu_counter_add_batch(&counter->count, -((int64_t)delta), batch);
fs/xfs/xfs_mount.c
1690
percpu_counter_add_batch(&mp->m_delalloc_rtextents,
fs/xfs/xfs_mount.c
1697
percpu_counter_add_batch(&mp->m_delalloc_blks, data_delta + ind_delta,
fs/xfs/xfs_trans.c
632
percpu_counter_add_batch(&mp->m_icount, idelta,
include/linux/backing-dev.h
66
percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH);
include/linux/mman.h
78
percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch);
include/linux/percpu_counter.h
56
void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
include/linux/percpu_counter.h
71
percpu_counter_add_batch(fbc, amount, percpu_counter_batch);
include/linux/percpu_counter.h
94
percpu_counter_add_batch(fbc, amount, PERCPU_COUNTER_LOCAL_BATCH);
include/net/dst_ops.h
59
percpu_counter_add_batch(&dst->pcpuc_entries, val,
include/net/sock.h
1454
percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1,
include/net/sock.h
1460
percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1,
kernel/bpf/hashtab.c
986
percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH);
kernel/bpf/hashtab.c
996
percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH);
lib/flex_proportions.c
131
percpu_counter_add_batch(&pl->events,
lib/flex_proportions.c
144
percpu_counter_add_batch(&pl->events, nr, PROP_BATCH);
lib/percpu_counter.c
138
EXPORT_SYMBOL(percpu_counter_add_batch);