Home
last modified time | relevance | path

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

/lib/
A Dpercpu_counter.c70 fbc->count = amount; in percpu_counter_set()
107 fbc->count += count + amount; in percpu_counter_add_batch()
133 this_cpu_add(*fbc->counters, amount); in percpu_counter_add_batch()
211 fbc[i].count = amount; in __percpu_counter_init_many()
328 s64 limit, s64 amount, s32 batch) in __percpu_counter_limited_add() argument
335 if (amount == 0) in __percpu_counter_limited_add()
343 if (abs(count + amount) <= batch && in __percpu_counter_limited_add()
352 count = fbc->count + amount; in __percpu_counter_limited_add()
355 if (amount > 0) { in __percpu_counter_limited_add()
375 if (amount > 0) { in __percpu_counter_limited_add()
[all …]
A 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()
A DKconfig417 # is ridiculous for the amount of code involved. Until an out-of-tree
443 module load) by a small amount, so you're welcome to play with
A DKconfig.debug796 Enables the display of the minimum amount of free stack which each
953 been set up. This adds a fair amount of code to kernel memory
1299 item for over a given amount of time, 30s by default, a
3036 just loading B without C. The amount of time it takes to load C Vs
3122 than module A. Then TEST_KALLSYMS_D will have double the amount
/lib/crc/x86/
A Dcrc32c-3way.S80 and $7, n_misaligned # calculate the misalignment amount of
/lib/xz/
A DKconfig57 amount of space for headers is important.

Completed in 15 milliseconds