Searched defs:amount (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | percpu_counter.h | 69 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() 75 percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount) in percpu_counter_limited_add() 92 percpu_counter_add_local(struct percpu_counter *fbc, s64 amount) in percpu_counter_add_local() 140 s64 amount, gfp_t gfp, in percpu_counter_init_many() 151 static inline int percpu_counter_init(struct percpu_counter *fbc, s64 amount, in percpu_counter_init() 166 static inline void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set() 188 percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() 198 percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount) in percpu_counter_limited_add() 220 percpu_counter_add_local(struct percpu_counter *fbc, s64 amount) in percpu_counter_add_local() 226 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() [all …]
|
| A D | misc_cgroup.h | 117 u64 amount) in misc_cg_try_charge() 124 u64 amount) in misc_cg_uncharge()
|
| A D | rolling_buffer.h | 56 static inline void rolling_buffer_advance(struct rolling_buffer *roll, size_t amount) in rolling_buffer_advance()
|
| A D | backing-dev.h | 64 enum wb_stat_item item, s64 amount) in wb_stat_mod()
|
Completed in 12 milliseconds