Home | History | Annotate | Download | only in linux

Lines Matching refs:percpu_counter

17 struct percpu_counter {
29 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 amount)
36 static inline void percpu_counter_destroy(struct percpu_counter *fbc)
41 void percpu_counter_mod(struct percpu_counter *fbc, s32 amount);
42 s64 percpu_counter_sum(struct percpu_counter *fbc);
44 static inline s64 percpu_counter_read(struct percpu_counter *fbc)
54 static inline s64 percpu_counter_read_positive(struct percpu_counter *fbc)
66 struct percpu_counter {
70 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 amount)
75 static inline void percpu_counter_destroy(struct percpu_counter *fbc)
80 percpu_counter_mod(struct percpu_counter *fbc, s32 amount)
87 static inline s64 percpu_counter_read(struct percpu_counter *fbc)
92 static inline s64 percpu_counter_read_positive(struct percpu_counter *fbc)
97 static inline s64 percpu_counter_sum(struct percpu_counter *fbc)
104 static inline void percpu_counter_inc(struct percpu_counter *fbc)
109 static inline void percpu_counter_dec(struct percpu_counter *fbc)