Searched refs:percpu_counter_add_batch (Results 1 - 15 of 15) sorted by relevance

/linux-master/block/
H A Dblk-cgroup-rwstat.h73 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
80 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
H A Dbfq-cgroup.c46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH);
/linux-master/include/net/
H A Ddst_ops.h59 percpu_counter_add_batch(&dst->pcpuc_entries, val,
H A Dsock.h1447 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1,
1453 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1,
/linux-master/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);
94 percpu_counter_add_batch(fbc, amount, PERCPU_COUNTER_LOCAL_BATCH);
226 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) function
H A Dmman.h79 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch);
H A Dbacking-dev.h66 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH);
/linux-master/lib/
H A Dflex_proportions.c130 percpu_counter_add_batch(&pl->events,
143 percpu_counter_add_batch(&pl->events, nr, PROP_BATCH);
H A Dpercpu_counter.c87 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) function
104 EXPORT_SYMBOL(percpu_counter_add_batch); variable
/linux-master/fs/xfs/
H A Dxfs_mount.c1205 percpu_counter_add_batch(counter, delta, batch);
1405 percpu_counter_add_batch(&mp->m_delalloc_blks, delta,
H A Dxfs_trans.c630 percpu_counter_add_batch(&mp->m_icount, idelta,
/linux-master/fs/btrfs/
H A Dordered-data.c217 percpu_counter_add_batch(&fs_info->ordered_bytes, entry->num_bytes,
608 percpu_counter_add_batch(&fs_info->ordered_bytes, -entry->num_bytes,
H A Dextent_io.c1531 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
4155 percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, -eb->len,
4209 percpu_counter_add_batch(&eb->fs_info->dirty_metadata_bytes,
H A Dinode.c2469 percpu_counter_add_batch(&fs_info->delalloc_bytes, len,
2547 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len,
/linux-master/kernel/bpf/
H A Dhashtab.c922 percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH);
932 percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH);

Completed in 226 milliseconds