Home
last modified time | relevance | path

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

/include/linux/
A Dpercpu_counter.h22 struct percpu_counter { struct
55 void percpu_counter_set(struct percpu_counter *fbc, s64 amount);
58 s64 __percpu_counter_sum(struct percpu_counter *fbc);
62 void percpu_counter_sync(struct percpu_counter *fbc);
92 percpu_counter_add_local(struct percpu_counter *fbc, s64 amount) in percpu_counter_add_local()
103 static inline s64 percpu_counter_sum(struct percpu_counter *fbc) in percpu_counter_sum()
108 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read()
135 struct percpu_counter { struct
188 percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add()
220 percpu_counter_add_local(struct percpu_counter *fbc, s64 amount) in percpu_counter_add_local()
[all …]
A Dflex_proportions.h30 struct percpu_counter events;
46 struct percpu_counter events;
A Dipc_namespace.h40 struct percpu_counter percpu_msg_bytes;
41 struct percpu_counter percpu_msg_hdrs;
A Dmman.h62 extern struct percpu_counter vm_committed_as;
A Dbacking-dev-defs.h118 struct percpu_counter stat[NR_WB_STAT_ITEMS];
A Dshmem_fs.h61 struct percpu_counter used_blocks; /* How many are allocated */
A Dquota.h267 struct percpu_counter counter[_DQST_DQSTAT_LAST];
A Dio_uring_types.h105 struct percpu_counter inflight;
A Dmm_types.h1105 struct percpu_counter rss_stat[NR_MM_COUNTERS];
A Djbd2.h883 struct percpu_counter j_checkpoint_jh_count;
/include/linux/sunrpc/
A Dsvc_rdma.h71 extern struct percpu_counter svcrdma_stat_read;
72 extern struct percpu_counter svcrdma_stat_recv;
73 extern struct percpu_counter svcrdma_stat_sq_starve;
74 extern struct percpu_counter svcrdma_stat_write;
A Dsvc.h44 struct percpu_counter sp_messages_arrived;
45 struct percpu_counter sp_sockets_queued;
46 struct percpu_counter sp_threads_woken;
/include/linux/sched/
A Duser.h17 struct percpu_counter epoll_watches; /* The number of file descriptors currently watched */
/include/net/
A Ddst_ops.h43 struct percpu_counter pcpuc_entries ____cacheline_aligned_in_smp;
A Dsock.h1320 struct percpu_counter *sockets_allocated; /* Current number of sockets. */
A Dtcp.h272 extern struct percpu_counter tcp_sockets_allocated;
/include/net/sctp/
A Dsctp.h99 extern struct percpu_counter sctp_sockets_allocated;

Completed in 56 milliseconds