Symbol: percpu_counter_add
drivers/md/dm-crypt.c
1701
percpu_counter_add(&cc->n_allocated_pages, 1 << order);
drivers/md/dm-crypt.c
2719
percpu_counter_add(&cc->n_allocated_pages, 1);
fs/btrfs/bio.c
524
percpu_counter_add(&dev->fs_info->stats_read_blocks,
fs/ext2/balloc.c
567
percpu_counter_add(&sbi->s_freeblocks_counter, freed);
fs/ext4/balloc.c
672
percpu_counter_add(&sbi->s_dirtyclusters_counter, nclusters);
fs/ext4/extents.c
2471
percpu_counter_add(&sbi->s_dirtyclusters_counter, 1);
fs/ext4/extents.c
2474
percpu_counter_add(&sbi->s_freeclusters_counter, 1);
fs/ext4/mballoc.c
6669
percpu_counter_add(&sbi->s_freeclusters_counter,
fs/ext4/mballoc.c
6854
percpu_counter_add(&sbi->s_freeclusters_counter,
fs/ext4/resize.c
1490
percpu_counter_add(&sbi->s_freeclusters_counter,
fs/ext4/resize.c
1492
percpu_counter_add(&sbi->s_freeinodes_counter,
fs/f2fs/f2fs.h
2574
percpu_counter_add(&sbi->alloc_valid_block_count, (*count));
fs/nfsd/stats.h
42
percpu_counter_add(&nn->counter[NFSD_STATS_IO_READ], amount);
fs/nfsd/stats.h
44
percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_READ], amount);
fs/nfsd/stats.h
50
percpu_counter_add(&nn->counter[NFSD_STATS_IO_WRITE], amount);
fs/nfsd/stats.h
52
percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_WRITE], amount);
fs/nfsd/stats.h
62
percpu_counter_add(&nn->counter[NFSD_STATS_DRC_MEM_USAGE], amount);
fs/smb/server/stats.h
45
percpu_counter_add(&ksmbd_counters.counters[type], value);
fs/xfs/xfs_mount.c
1420
percpu_counter_add(&counter->count, delta);
fs/xfs/xfs_mount.c
1431
percpu_counter_add(&counter->count, delta);
fs/xfs/xfs_mount.c
1484
percpu_counter_add(&counter->count, delta);
fs/xfs/xfs_mount.h
802
percpu_counter_add(&mp->m_delalloc_blks, delta);
fs/xfs/xfs_trans.c
636
percpu_counter_add(&mp->m_ifree, ifreedelta);
include/linux/mm.h
3077
percpu_counter_add(&mm->rss_stat[member], value);
include/linux/percpu_counter.h
222
percpu_counter_add(fbc, amount);
include/linux/percpu_counter.h
228
percpu_counter_add(fbc, amount);
include/linux/percpu_counter.h
267
percpu_counter_add(fbc, 1);
include/linux/percpu_counter.h
272
percpu_counter_add(fbc, -1);
include/linux/percpu_counter.h
277
percpu_counter_add(fbc, -amount);
io_uring/io_uring.c
611
percpu_counter_add(&tctx->inflight, refill);
lib/flex_proportions.c
145
percpu_counter_add(&p->events, nr);
lib/flex_proportions.c
79
percpu_counter_add(&p->events, -events);