Searched refs:percpu_counter (Results 1 – 17 of 17) sorted by relevance
| /include/linux/ |
| D | percpu_counter.h | 22 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 …]
|
| D | flex_proportions.h | 30 struct percpu_counter events; 46 struct percpu_counter events;
|
| D | ipc_namespace.h | 40 struct percpu_counter percpu_msg_bytes; 41 struct percpu_counter percpu_msg_hdrs;
|
| D | mman.h | 64 extern struct percpu_counter vm_committed_as;
|
| D | backing-dev-defs.h | 119 struct percpu_counter stat[NR_WB_STAT_ITEMS];
|
| D | shmem_fs.h | 62 struct percpu_counter used_blocks; /* How many are allocated */
|
| D | io_uring_types.h | 97 struct percpu_counter inflight;
|
| D | quota.h | 267 struct percpu_counter counter[_DQST_DQSTAT_LAST];
|
| D | mm_types.h | 972 struct percpu_counter rss_stat[NR_MM_COUNTERS];
|
| D | jbd2.h | 891 struct percpu_counter j_checkpoint_jh_count;
|
| /include/linux/sunrpc/ |
| D | svc_rdma.h | 71 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;
|
| D | svc.h | 44 struct percpu_counter sp_messages_arrived; 45 struct percpu_counter sp_sockets_queued; 46 struct percpu_counter sp_threads_woken;
|
| /include/linux/sched/ |
| D | user.h | 18 struct percpu_counter epoll_watches; /* The number of file descriptors currently watched */
|
| /include/net/ |
| D | dst_ops.h | 43 struct percpu_counter pcpuc_entries ____cacheline_aligned_in_smp;
|
| D | sock.h | 1309 struct percpu_counter *sockets_allocated; /* Current number of sockets. */
|
| D | tcp.h | 271 extern struct percpu_counter tcp_sockets_allocated;
|
| /include/net/sctp/ |
| D | sctp.h | 99 extern struct percpu_counter sctp_sockets_allocated;
|