Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpercpu_counter.h46 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
59 percpu_counter_add_batch(fbc, amount, percpu_counter_batch); in percpu_counter_add()
75 percpu_counter_add_batch(fbc, amount, PERCPU_COUNTER_LOCAL_BATCH); in percpu_counter_add_local()
168 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function
Dmman.h75 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
Dbacking-dev.h68 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in wb_stat_mod()
/Linux-v6.1/block/
Dblk-cgroup-rwstat.h73 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()
Dbfq-cgroup.c46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()
/Linux-v6.1/lib/
Dpercpu_counter.c82 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() function
99 EXPORT_SYMBOL(percpu_counter_add_batch);
Dflex_proportions.c207 percpu_counter_add_batch(&pl->events, in fprop_reflect_period_percpu()
220 percpu_counter_add_batch(&pl->events, nr, PROP_BATCH); in __fprop_add_percpu()
/Linux-v6.1/include/net/
Ddst_ops.h59 percpu_counter_add_batch(&dst->pcpuc_entries, val, in dst_entries_add()
Dsock.h1495 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1, in sk_sockets_allocated_dec()
1501 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1, in sk_sockets_allocated_inc()
/Linux-v6.1/fs/btrfs/
Dordered-data.c212 percpu_counter_add_batch(&fs_info->ordered_bytes, num_bytes, in btrfs_add_ordered_extent()
550 percpu_counter_add_batch(&fs_info->ordered_bytes, -entry->num_bytes, in btrfs_remove_ordered_extent()
1103 percpu_counter_add_batch(&fs_info->ordered_bytes, -len, in clone_ordered_extent()
Ddisk-io.c959 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_clean_tree_block()
4761 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in btrfs_mark_buffer_dirty()
Dextent_io.c2404 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in lock_extent_buffer_for_io()
2465 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, in set_btree_ioerr()
Dinode.c2416 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent()
2486 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
/Linux-v6.1/fs/xfs/
Dxfs_mount.c1187 percpu_counter_add_batch(counter, delta, batch); in xfs_mod_freecounter()
1387 percpu_counter_add_batch(&mp->m_delalloc_blks, delta, in xfs_mod_delalloc()
Dxfs_trans.c627 percpu_counter_add_batch(&mp->m_icount, idelta, in xfs_trans_unreserve_and_mod_sb()
/Linux-v6.1/kernel/bpf/
Dhashtab.c895 percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH); in inc_elem_count()
903 percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH); in dec_elem_count()