Home
last modified time | relevance | path

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

/include/linux/
Dpercpu_counter.h22 struct percpu_counter { struct
33 int __percpu_counter_init_many(struct percpu_counter *fbc, s64 amount, argument
49 void percpu_counter_destroy_many(struct percpu_counter *fbc, u32 nr_counters);
50 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy()
55 void percpu_counter_set(struct percpu_counter *fbc, s64 amount);
56 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
58 s64 __percpu_counter_sum(struct percpu_counter *fbc);
59 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch);
60 bool __percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit,
62 void percpu_counter_sync(struct percpu_counter *fbc);
[all …]
Dflex_proportions.h30 struct percpu_counter events;
46 struct percpu_counter events;
Dipc_namespace.h40 struct percpu_counter percpu_msg_bytes;
41 struct percpu_counter percpu_msg_hdrs;
Dmman.h64 extern struct percpu_counter vm_committed_as;
Dbacking-dev-defs.h119 struct percpu_counter stat[NR_WB_STAT_ITEMS];
Dshmem_fs.h62 struct percpu_counter used_blocks; /* How many are allocated */
Dio_uring_types.h97 struct percpu_counter inflight;
Dquota.h267 struct percpu_counter counter[_DQST_DQSTAT_LAST];
Dmm_types.h972 struct percpu_counter rss_stat[NR_MM_COUNTERS];
Djbd2.h891 struct percpu_counter j_checkpoint_jh_count;
/include/linux/sunrpc/
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;
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/
Duser.h18 struct percpu_counter epoll_watches; /* The number of file descriptors currently watched */
/include/net/
Ddst_ops.h43 struct percpu_counter pcpuc_entries ____cacheline_aligned_in_smp;
Dsock.h1309 struct percpu_counter *sockets_allocated; /* Current number of sockets. */
Dtcp.h271 extern struct percpu_counter tcp_sockets_allocated;
/include/net/sctp/
Dsctp.h99 extern struct percpu_counter sctp_sockets_allocated;