Home
last modified time | relevance | path

Searched refs:percpu_counter_add_batch (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dpercpu_counter.h56 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
H A Dmman.h78 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
H A Dbacking-dev.h66 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in wb_stat_mod()
/linux/lib/
H A Dflex_proportions.c131 percpu_counter_add_batch(&pl->events, in fprop_reflect_period_percpu()
144 percpu_counter_add_batch(&pl->events, nr, PROP_BATCH); in __fprop_add_percpu()
H A Dpercpu_counter.c93 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/
H A Ddst_ops.h59 percpu_counter_add_batch(&dst->pcpuc_entries, val, in dst_entries_add()
H A Dsock.h1450 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1, in sk_sockets_allocated_dec()
1456 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1, in sk_sockets_allocated_inc()
/linux/fs/btrfs/
H A Dextent_io.c1967 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io()
3751 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, -eb->len, in btrfs_clear_buffer_dirty()
3802 percpu_counter_add_batch(&eb->fs_info->dirty_metadata_bytes, in set_extent_buffer_dirty()
H A Dinode.c2638 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent()
2716 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
/linux/kernel/bpf/
H A Dhashtab.c983 percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH); in inc_elem_count()
993 percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH); in dec_elem_count()
/linux/block/
H A Dbfq-cgroup.c46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()