Searched refs:percpu_counter_add (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu_counter.h | 69 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() function 188 percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() function 222 percpu_counter_add(fbc, amount); in percpu_counter_add_local() 228 percpu_counter_add(fbc, amount); in percpu_counter_add_batch() 267 percpu_counter_add(fbc, 1); in percpu_counter_inc() 272 percpu_counter_add(fbc, -1); in percpu_counter_dec() 277 percpu_counter_add(fbc, -amount); in percpu_counter_sub()
|
| H A D | mm.h | 2867 percpu_counter_add(&mm->rss_stat[member], value); in add_mm_counter()
|
| /linux/lib/ |
| H A D | flex_proportions.c | 79 percpu_counter_add(&p->events, -events); in fprop_new_period() 145 percpu_counter_add(&p->events, nr); in __fprop_add_percpu()
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.c | 1417 percpu_counter_add(&counter->count, delta); in xfs_add_freecounter() 1428 percpu_counter_add(&counter->count, delta); in xfs_add_freecounter() 1481 percpu_counter_add(&counter->count, delta); in xfs_dec_freecounter()
|
| H A D | xfs_mount.h | 798 percpu_counter_add(&mp->m_delalloc_blks, delta); in xfs_mod_sb_delalloc()
|
| H A D | xfs_trans.c | 638 percpu_counter_add(&mp->m_ifree, ifreedelta); in xfs_trans_unreserve_and_mod_sb()
|
| /linux/fs/ext2/ |
| H A D | balloc.c | 567 percpu_counter_add(&sbi->s_freeblocks_counter, freed); in ext2_free_blocks()
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 1700 percpu_counter_add(&cc->n_allocated_pages, 1 << order); in crypt_alloc_buffer() 2719 percpu_counter_add(&cc->n_allocated_pages, 1); in crypt_page_alloc()
|
| /linux/io_uring/ |
| H A D | io_uring.c | 672 percpu_counter_add(&tctx->inflight, refill); in io_task_refs_refill()
|
| /linux/fs/f2fs/ |
| H A D | f2fs.h | 2497 percpu_counter_add(&sbi->alloc_valid_block_count, (*count)); in inc_valid_block_count()
|