Searched refs:percpu_counter_add_batch (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/ |
| A D | percpu_counter.h | 56 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, 71 percpu_counter_add_batch(fbc, amount, percpu_counter_batch); in percpu_counter_add() 94 percpu_counter_add_batch(fbc, amount, PERCPU_COUNTER_LOCAL_BATCH); in percpu_counter_add_local() 226 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function
|
| A D | mman.h | 80 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
|
| A D | backing-dev.h | 66 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in wb_stat_mod()
|
| /linux/block/ |
| A D | blk-cgroup-rwstat.h | 73 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add() 80 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
|
| A D | bfq-cgroup.c | 46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()
|
| /linux/lib/ |
| A D | flex_proportions.c | 130 percpu_counter_add_batch(&pl->events, in fprop_reflect_period_percpu() 143 percpu_counter_add_batch(&pl->events, nr, PROP_BATCH); in __fprop_add_percpu()
|
| A D | percpu_counter.c | 93 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function 120 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function 138 EXPORT_SYMBOL(percpu_counter_add_batch);
|
| /linux/include/net/ |
| A D | dst_ops.h | 59 percpu_counter_add_batch(&dst->pcpuc_entries, val, in dst_entries_add()
|
| A D | sock.h | 1394 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1, in sk_sockets_allocated_dec() 1400 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1, in sk_sockets_allocated_inc()
|
| /linux/fs/xfs/ |
| A D | xfs_mount.c | 1233 percpu_counter_add_batch(counter, -((int64_t)delta), batch); in xfs_dec_freecounter() 1438 percpu_counter_add_batch(&mp->m_delalloc_rtextents, in xfs_mod_delalloc() 1445 percpu_counter_add_batch(&mp->m_delalloc_blks, data_delta + ind_delta, in xfs_mod_delalloc()
|
| A D | xfs_trans.c | 636 percpu_counter_add_batch(&mp->m_icount, idelta, in xfs_trans_unreserve_and_mod_sb()
|
| /linux/fs/btrfs/ |
| A D | ordered-data.c | 218 percpu_counter_add_batch(&fs_info->ordered_bytes, entry->num_bytes, in insert_ordered_extent() 667 percpu_counter_add_batch(&fs_info->ordered_bytes, -entry->num_bytes, in btrfs_remove_ordered_extent()
|
| A D | extent_io.c | 1522 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io() 3280 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, -eb->len, in btrfs_clear_buffer_dirty() 3334 percpu_counter_add_batch(&eb->fs_info->dirty_metadata_bytes, in set_extent_buffer_dirty()
|
| A D | inode.c | 2514 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent() 2592 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
|
| /linux/kernel/bpf/ |
| A D | hashtab.c | 928 percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH); in inc_elem_count() 938 percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH); in dec_elem_count()
|
Completed in 56 milliseconds