Home | History | Annotate | Download | only in linux

Lines Matching refs:s64

19 	s64 count;
29 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 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)
56 s64 ret = fbc->count;
67 s64 count;
70 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 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)