Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 2 of 2) sorted by relevance

/lib/
Dpercpu_counter.c60 void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set() argument
69 fbc->count = amount; in percpu_counter_set()
74 void __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) in __percpu_counter_add() argument
79 count = __this_cpu_read(*fbc->counters) + amount; in __percpu_counter_add()
112 int __percpu_counter_init(struct percpu_counter *fbc, s64 amount, in __percpu_counter_init() argument
117 fbc->count = amount; in __percpu_counter_init()
DKconfig.debug692 Enables the display of the minimum amount of free stack which each
1110 been set up. This adds a fair amount of code to kernel memory