Symbol: percpu_counter
block/bfq-iosched.h
915
struct percpu_counter cpu_cnt;
block/blk-cgroup-rwstat.h
27
struct percpu_counter cpu_cnt[BLKG_RWSTAT_NR];
block/blk-cgroup-rwstat.h
64
struct percpu_counter *cnt;
drivers/md/dm-crypt.c
162
struct percpu_counter n_allocated_pages;
fs/btrfs/disk-io.c
1196
struct percpu_counter *em_counter = &fs_info->evictable_extent_maps;
fs/btrfs/fs.h
379
struct percpu_counter bio_counter;
fs/btrfs/fs.h
717
struct percpu_counter stats_read_blocks;
fs/btrfs/fs.h
720
struct percpu_counter dirty_metadata_bytes;
fs/btrfs/fs.h
721
struct percpu_counter delalloc_bytes;
fs/btrfs/fs.h
722
struct percpu_counter ordered_bytes;
fs/btrfs/fs.h
726
struct percpu_counter evictable_extent_maps;
fs/ceph/metric.h
170
struct percpu_counter d_lease_hit;
fs/ceph/metric.h
171
struct percpu_counter d_lease_mis;
fs/ceph/metric.h
174
struct percpu_counter i_caps_hit;
fs/ceph/metric.h
175
struct percpu_counter i_caps_mis;
fs/ceph/metric.h
183
struct percpu_counter opened_inodes;
fs/ceph/metric.h
184
struct percpu_counter total_inodes;
fs/ext2/ext2.h
100
struct percpu_counter s_freeinodes_counter;
fs/ext2/ext2.h
101
struct percpu_counter s_dirs_counter;
fs/ext2/ext2.h
99
struct percpu_counter s_freeblocks_counter;
fs/ext4/balloc.c
624
struct percpu_counter *fcc = &sbi->s_freeclusters_counter;
fs/ext4/balloc.c
625
struct percpu_counter *dcc = &sbi->s_dirtyclusters_counter;
fs/ext4/ext4.h
1564
struct percpu_counter s_freeclusters_counter;
fs/ext4/ext4.h
1565
struct percpu_counter s_freeinodes_counter;
fs/ext4/ext4.h
1566
struct percpu_counter s_dirs_counter;
fs/ext4/ext4.h
1567
struct percpu_counter s_dirtyclusters_counter;
fs/ext4/ext4.h
1568
struct percpu_counter s_sra_exceeded_retry_limit;
fs/ext4/extents_status.h
79
struct percpu_counter es_stats_cache_hits;
fs/ext4/extents_status.h
80
struct percpu_counter es_stats_cache_misses;
fs/ext4/extents_status.h
83
struct percpu_counter es_stats_all_cnt;
fs/ext4/extents_status.h
84
struct percpu_counter es_stats_shk_cnt;
fs/f2fs/f2fs.h
1860
struct percpu_counter alloc_valid_block_count;
fs/f2fs/f2fs.h
1862
struct percpu_counter rf_node_block_count;
fs/f2fs/f2fs.h
1868
struct percpu_counter total_valid_inode_count;
fs/file_table.c
44
static struct percpu_counter nr_files __cacheline_aligned_in_smp;
fs/nfsd/export.c
798
struct percpu_counter *counter = exp->ex_stats->counter;
fs/nfsd/export.h
61
struct percpu_counter counter[EXP_STATS_COUNTERS_NUM];
fs/nfsd/netns.h
187
struct percpu_counter counter[NFSD_STATS_COUNTERS_NUM];
fs/smb/server/stats.h
30
struct percpu_counter counters[KSMBD_COUNTER_MAX];
fs/xfs/scrub/fscounters.c
477
struct percpu_counter *counter,
fs/xfs/xfs_buf.h
113
struct percpu_counter bt_readahead_count;
fs/xfs/xfs_mount.h
133
struct percpu_counter count;
fs/xfs/xfs_mount.h
265
struct percpu_counter m_icount; /* allocated inodes counter */
fs/xfs/xfs_mount.h
266
struct percpu_counter m_ifree; /* free inodes counter */
fs/xfs/xfs_mount.h
275
struct percpu_counter m_delalloc_blks;
fs/xfs/xfs_mount.h
280
struct percpu_counter m_delalloc_rtextents;
include/linux/backing-dev-defs.h
119
struct percpu_counter stat[NR_WB_STAT_ITEMS];
include/linux/flex_proportions.h
30
struct percpu_counter events;
include/linux/flex_proportions.h
46
struct percpu_counter events;
include/linux/io_uring_types.h
123
struct percpu_counter inflight;
include/linux/ipc_namespace.h
40
struct percpu_counter percpu_msg_bytes;
include/linux/ipc_namespace.h
41
struct percpu_counter percpu_msg_hdrs;
include/linux/jbd2.h
883
struct percpu_counter j_checkpoint_jh_count;
include/linux/mm_types.h
1266
struct percpu_counter rss_stat[NR_MM_COUNTERS];
include/linux/mman.h
62
extern struct percpu_counter vm_committed_as;
include/linux/percpu_counter.h
103
static inline s64 percpu_counter_sum(struct percpu_counter *fbc)
include/linux/percpu_counter.h
108
static inline s64 percpu_counter_read(struct percpu_counter *fbc)
include/linux/percpu_counter.h
118
static inline s64 percpu_counter_read_positive(struct percpu_counter *fbc)
include/linux/percpu_counter.h
128
static inline bool percpu_counter_initialized(struct percpu_counter *fbc)
include/linux/percpu_counter.h
139
static inline int percpu_counter_init_many(struct percpu_counter *fbc,
include/linux/percpu_counter.h
151
static inline int percpu_counter_init(struct percpu_counter *fbc, s64 amount,
include/linux/percpu_counter.h
157
static inline void percpu_counter_destroy_many(struct percpu_counter *fbc,
include/linux/percpu_counter.h
162
static inline void percpu_counter_destroy(struct percpu_counter *fbc)
include/linux/percpu_counter.h
166
static inline void percpu_counter_set(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
171
static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs)
include/linux/percpu_counter.h
182
__percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch)
include/linux/percpu_counter.h
188
percpu_counter_add(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
198
percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount)
include/linux/percpu_counter.h
220
percpu_counter_add_local(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
226
percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch)
include/linux/percpu_counter.h
231
static inline s64 percpu_counter_read(struct percpu_counter *fbc)
include/linux/percpu_counter.h
240
static inline s64 percpu_counter_read_positive(struct percpu_counter *fbc)
include/linux/percpu_counter.h
245
static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc)
include/linux/percpu_counter.h
250
static inline s64 percpu_counter_sum(struct percpu_counter *fbc)
include/linux/percpu_counter.h
255
static inline bool percpu_counter_initialized(struct percpu_counter *fbc)
include/linux/percpu_counter.h
260
static inline void percpu_counter_sync(struct percpu_counter *fbc)
include/linux/percpu_counter.h
265
static inline void percpu_counter_inc(struct percpu_counter *fbc)
include/linux/percpu_counter.h
270
static inline void percpu_counter_dec(struct percpu_counter *fbc)
include/linux/percpu_counter.h
275
static inline void percpu_counter_sub(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
281
percpu_counter_sub_local(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
33
int __percpu_counter_init_many(struct percpu_counter *fbc, s64 amount,
include/linux/percpu_counter.h
49
void percpu_counter_destroy_many(struct percpu_counter *fbc, u32 nr_counters);
include/linux/percpu_counter.h
50
static inline void percpu_counter_destroy(struct percpu_counter *fbc)
include/linux/percpu_counter.h
55
void percpu_counter_set(struct percpu_counter *fbc, s64 amount);
include/linux/percpu_counter.h
56
void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
include/linux/percpu_counter.h
58
s64 __percpu_counter_sum(struct percpu_counter *fbc);
include/linux/percpu_counter.h
59
int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch);
include/linux/percpu_counter.h
60
bool __percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit,
include/linux/percpu_counter.h
62
void percpu_counter_sync(struct percpu_counter *fbc);
include/linux/percpu_counter.h
64
static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs)
include/linux/percpu_counter.h
69
static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
75
percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount)
include/linux/percpu_counter.h
92
percpu_counter_add_local(struct percpu_counter *fbc, s64 amount)
include/linux/percpu_counter.h
97
static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc)
include/linux/quota.h
267
struct percpu_counter counter[_DQST_DQSTAT_LAST];
include/linux/sched/user.h
17
struct percpu_counter epoll_watches; /* The number of file descriptors currently watched */
include/linux/shmem_fs.h
75
struct percpu_counter used_blocks; /* How many are allocated */
include/linux/sunrpc/svc.h
46
struct percpu_counter sp_messages_arrived;
include/linux/sunrpc/svc.h
47
struct percpu_counter sp_sockets_queued;
include/linux/sunrpc/svc.h
48
struct percpu_counter sp_threads_woken;
include/linux/sunrpc/svc_rdma.h
71
extern struct percpu_counter svcrdma_stat_read;
include/linux/sunrpc/svc_rdma.h
72
extern struct percpu_counter svcrdma_stat_recv;
include/linux/sunrpc/svc_rdma.h
73
extern struct percpu_counter svcrdma_stat_sq_starve;
include/linux/sunrpc/svc_rdma.h
74
extern struct percpu_counter svcrdma_stat_write;
include/net/dst_ops.h
43
struct percpu_counter pcpuc_entries ____cacheline_aligned_in_smp;
include/net/sctp/sctp.h
98
extern struct percpu_counter sctp_sockets_allocated;
include/net/sock.h
1357
struct percpu_counter *sockets_allocated; /* Current number of sockets. */
include/net/tcp.h
297
extern struct percpu_counter tcp_sockets_allocated;
kernel/bpf/hashtab.c
99
struct percpu_counter pcount;
lib/percpu_counter.c
120
void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch)
lib/percpu_counter.c
146
void percpu_counter_sync(struct percpu_counter *fbc)
lib/percpu_counter.c
171
s64 __percpu_counter_sum(struct percpu_counter *fbc)
lib/percpu_counter.c
188
int __percpu_counter_init_many(struct percpu_counter *fbc, s64 amount,
lib/percpu_counter.c
227
void percpu_counter_destroy_many(struct percpu_counter *fbc, u32 nr_counters)
lib/percpu_counter.c
24
struct percpu_counter *fbc = addr;
lib/percpu_counter.c
269
struct percpu_counter *fbc;
lib/percpu_counter.c
292
int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch)
lib/percpu_counter.c
327
bool __percpu_counter_limited_add(struct percpu_counter *fbc,
lib/percpu_counter.c
41
static inline void debug_percpu_counter_activate(struct percpu_counter *fbc)
lib/percpu_counter.c
47
static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc)
lib/percpu_counter.c
54
static inline void debug_percpu_counter_activate(struct percpu_counter *fbc)
lib/percpu_counter.c
56
static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc)
lib/percpu_counter.c
60
void percpu_counter_set(struct percpu_counter *fbc, s64 amount)
lib/percpu_counter.c
93
void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch)
mm/util.c
893
struct percpu_counter vm_committed_as ____cacheline_aligned_in_smp;
net/ipv4/tcp.c
319
struct percpu_counter tcp_sockets_allocated ____cacheline_aligned_in_smp;
net/mptcp/protocol.c
48
static struct percpu_counter mptcp_sockets_allocated ____cacheline_aligned_in_smp;
net/sctp/socket.c
99
struct percpu_counter sctp_sockets_allocated;
net/sunrpc/xprtrdma/svc_rdma.c
68
struct percpu_counter svcrdma_stat_read;
net/sunrpc/xprtrdma/svc_rdma.c
69
struct percpu_counter svcrdma_stat_recv;
net/sunrpc/xprtrdma/svc_rdma.c
70
struct percpu_counter svcrdma_stat_sq_starve;
net/sunrpc/xprtrdma/svc_rdma.c
71
struct percpu_counter svcrdma_stat_write;
net/sunrpc/xprtrdma/svc_rdma.c
80
struct percpu_counter *stat = (struct percpu_counter *)table->data;