Home
last modified time | relevance | path

Searched refs:percpu_counter (Results 1 – 25 of 2068) sorted by relevance

12345678910>>...83

/linux/include/linux/
A Dpercpu_counter.h20 struct percpu_counter { struct
41 void percpu_counter_destroy(struct percpu_counter *fbc);
42 void percpu_counter_set(struct percpu_counter *fbc, s64 amount);
45 s64 __percpu_counter_sum(struct percpu_counter *fbc);
47 void percpu_counter_sync(struct percpu_counter *fbc);
65 static inline s64 percpu_counter_sum(struct percpu_counter *fbc) in percpu_counter_sum()
70 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read()
97 struct percpu_counter { struct
134 percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add()
147 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read()
[all …]
A Dflex_proportions.h30 struct percpu_counter events;
78 struct percpu_counter events;
A Dmman.h59 extern struct percpu_counter vm_committed_as;
A Dbacking-dev-defs.h123 struct percpu_counter stat[NR_WB_STAT_ITEMS];
A Dshmem_fs.h32 struct percpu_counter used_blocks; /* How many are allocated */
/linux/lib/
A Dpercpu_counter.c24 struct percpu_counter *fbc = addr; in percpu_counter_fixup_free()
41 static inline void debug_percpu_counter_activate(struct percpu_counter *fbc) in debug_percpu_counter_activate()
47 static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc) in debug_percpu_counter_deactivate()
54 static inline void debug_percpu_counter_activate(struct percpu_counter *fbc) in debug_percpu_counter_activate()
56 static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc) in debug_percpu_counter_deactivate()
60 void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set()
107 void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync()
124 s64 __percpu_counter_sum(struct percpu_counter *fbc) in __percpu_counter_sum()
141 int __percpu_counter_init(struct percpu_counter *fbc, s64 amount, gfp_t gfp, in __percpu_counter_init()
165 void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy()
[all …]
A D.percpu_counter.o.cmd1percpu_counter.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch…
3 source_lib/percpu_counter.o := lib/percpu_counter.c
5 deps_lib/percpu_counter.o := \
24 include/linux/percpu_counter.h \
927 lib/percpu_counter.o: $(deps_lib/percpu_counter.o)
929 $(deps_lib/percpu_counter.o):
A D.built-in.a.cmd1 …lt-in.a lib/lz4/built-in.a lib/zstd/built-in.a lib/xz/built-in.a lib/percpu_counter.o lib/audit.o …
A Dbuilt-in.a86 percpu_counter.o/
/linux/fs/ceph/
A Dmetric.h151 struct percpu_counter d_lease_hit;
152 struct percpu_counter d_lease_mis;
155 struct percpu_counter i_caps_hit;
156 struct percpu_counter i_caps_mis;
164 struct percpu_counter opened_inodes;
165 struct percpu_counter total_inodes;
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma.c68 struct percpu_counter svcrdma_stat_read;
69 struct percpu_counter svcrdma_stat_recv;
70 struct percpu_counter svcrdma_stat_sq_starve;
71 struct percpu_counter svcrdma_stat_write;
80 struct percpu_counter *stat = (struct percpu_counter *)table->data; in svcrdma_counter_handler()
/linux/fs/nfsd/
A Dstats.h30 struct percpu_counter counter[NFSD_STATS_COUNTERS_NUM];
41 int nfsd_percpu_counters_init(struct percpu_counter counters[], int num);
42 void nfsd_percpu_counters_reset(struct percpu_counter counters[], int num);
43 void nfsd_percpu_counters_destroy(struct percpu_counter counters[], int num);
A Dstats.c87 int nfsd_percpu_counters_init(struct percpu_counter counters[], int num) in nfsd_percpu_counters_init()
103 void nfsd_percpu_counters_reset(struct percpu_counter counters[], int num) in nfsd_percpu_counters_reset()
111 void nfsd_percpu_counters_destroy(struct percpu_counter counters[], int num) in nfsd_percpu_counters_destroy()
A Dnetns.h170 struct percpu_counter counter[NFSD_NET_COUNTERS_NUM];
A Dexport.h60 struct percpu_counter counter[EXP_STATS_COUNTERS_NUM];
/linux/include/linux/sunrpc/
A Dsvc_rdma.h69 extern struct percpu_counter svcrdma_stat_read;
70 extern struct percpu_counter svcrdma_stat_recv;
71 extern struct percpu_counter svcrdma_stat_sq_starve;
72 extern struct percpu_counter svcrdma_stat_write;
/linux/fs/ext4/
A Dextents_status.h73 struct percpu_counter es_stats_cache_hits;
74 struct percpu_counter es_stats_cache_misses;
77 struct percpu_counter es_stats_all_cnt;
78 struct percpu_counter es_stats_shk_cnt;
/linux/fs/xfs/
A Dxfs_mount.h183 struct percpu_counter m_icount; /* allocated inodes counter */
184 struct percpu_counter m_ifree; /* free inodes counter */
185 struct percpu_counter m_fdblocks; /* free block counter */
191 struct percpu_counter m_delalloc_blks;
/linux/block/
A Dblk-cgroup-rwstat.h27 struct percpu_counter cpu_cnt[BLKG_RWSTAT_NR];
64 struct percpu_counter *cnt; in blkg_rwstat_add()
/linux/Documentation/admin-guide/cgroup-v1/
A Dcpuacct.rst43 cpuacct controller uses percpu_counter interface to collect user and
50 due to the batch processing nature of percpu_counter.
/linux/include/linux/sched/
A Duser.h17 struct percpu_counter epoll_watches; /* The number of file descriptors currently watched */
/linux/fs/btrfs/
A Dlocking.h121 struct percpu_counter writers;
/linux/include/net/
A Ddst_ops.h43 struct percpu_counter pcpuc_entries ____cacheline_aligned_in_smp;
/linux/fs/ext2/
A Dext2.h102 struct percpu_counter s_freeblocks_counter;
103 struct percpu_counter s_freeinodes_counter;
104 struct percpu_counter s_dirs_counter;
/linux/fs/xfs/scrub/
A Dfscounters.c287 struct percpu_counter *counter, in xchk_fscount_within_range()

Completed in 50 milliseconds

12345678910>>...83