Home
last modified time | relevance | path

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

/lib/
Dpercpu_counter.c60 void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set() argument
70 fbc->count = amount; in percpu_counter_set()
82 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() argument
87 count = __this_cpu_read(*fbc->counters) + amount; in percpu_counter_add_batch()
92 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch()
95 this_cpu_add(*fbc->counters, amount); in percpu_counter_add_batch()
122 int __percpu_counter_init(struct percpu_counter *fbc, s64 amount, gfp_t gfp, in __percpu_counter_init() argument
129 fbc->count = amount; in __percpu_counter_init()
Dtest_hexdump.c100 size_t amount = strlen(q); in test_hexdump_prepare_test() local
102 memcpy(p, q, amount); in test_hexdump_prepare_test()
103 p += amount; in test_hexdump_prepare_test()
DKconfig486 # is ridiculous for the amount of code involved. Until an out-of-tree
512 module load) by a small amount, so you're welcome to play with
DKconfig.debug624 Enables the display of the minimum amount of free stack which each
724 been set up. This adds a fair amount of code to kernel memory
968 item for over a given amount of time, 30s by default, a