Searched refs:amount (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | percpu_counter.h | 33 int __percpu_counter_init_many(struct percpu_counter *fbc, s64 amount, 55 void percpu_counter_set(struct percpu_counter *fbc, s64 amount); 56 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, 61 s64 amount, s32 batch); 69 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() argument 71 percpu_counter_add_batch(fbc, amount, percpu_counter_batch); in percpu_counter_add() 75 percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount) in percpu_counter_limited_add() argument 77 return __percpu_counter_limited_add(fbc, limit, amount, in percpu_counter_limited_add() 92 percpu_counter_add_local(struct percpu_counter *fbc, s64 amount) in percpu_counter_add_local() argument 94 percpu_counter_add_batch(fbc, amount, PERCPU_COUNTER_LOCAL_BATCH); in percpu_counter_add_local() [all …]
|
| D | misc_cgroup.h | 65 int misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount); 66 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount); 119 u64 amount) in misc_cg_try_charge() argument 126 u64 amount) in misc_cg_uncharge() argument
|
| D | backing-dev.h | 64 enum wb_stat_item item, s64 amount) in wb_stat_mod() argument 66 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in wb_stat_mod()
|
| /include/sound/ |
| D | soundfont.h | 115 int snd_sf_linear_to_log(unsigned int amount, int offset, int ratio);
|
| /include/trace/events/ |
| D | netfs.h | 721 size_t amount, 724 TP_ARGS(rreq, from, to, amount, trace), 730 __field(unsigned int, amount) 738 __entry->amount = amount; 745 __entry->amount)
|
| /include/net/ |
| D | sock.h | 1508 void __sk_mem_reduce_allocated(struct sock *sk, int amount); 1509 void __sk_mem_reclaim(struct sock *sk, int amount);
|