Searched refs:capacities (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/ |
| H A D | region_alloc_benchmark.c | 20 static unsigned long capacities[64] = { 1000000, 100000, 10000, 1000, 100, 10 }; variable 23 module_param_array(capacities, ulong, &cap_cnt, 0400); 24 MODULE_PARM_DESC(capacities, "Region capacities to benchmark"); 172 if (capacities[i] == 0) { in region_alloc_benchmark() 176 max_cap = max(max_cap, capacities[i]); in region_alloc_benchmark() 192 max_size = min(REGION_MAX_SIZE, capacities[i] / 10) ? : 1; in region_alloc_benchmark() 193 for (idx = 0; idx <= capacities[i]; idx++) in region_alloc_benchmark() 196 bitmap_count = benchmark_bitmap(capacities[i]); in region_alloc_benchmark() 197 maple_count = benchmark_maple_tree(capacities[i]); in region_alloc_benchmark() 198 ida_count = benchmark_ida(capacities[i]); in region_alloc_benchmark()
|
| H A D | Kconfig.debug | 2695 insmod region_alloc_benchmark.ko capacities=1024,2048,4096,65536
|
| /linux/Documentation/devicetree/bindings/cpu/ |
| H A D | cpu-capacity.txt | 25 CPU capacities are obtained by running a suitable benchmark. This binding makes 36 CPU capacities are obtained by running the Dhrystone benchmark on each CPU at 54 available, final capacities are calculated by directly using capacity-dmips- 62 The capacities-dmips-mhz or DMIPS/MHz values (scaled to 1024) 65 cluster1@max-freq=850, final capacities are 1024 for cluster0 and 197 capacities-dmips-mhz are scaled w.r.t. 2 (cpu@0 and cpu@1), this means that first
|
| /linux/Documentation/scheduler/ |
| H A D | sched-capacity.rst | 18 asymmetric CPU capacity systems, as they contain CPUs of different capacities. 146 asymmetric CPU capacities complexify this somewhat; the following sections will 284 whether the system exhibits asymmetric CPU capacities. Should that be the 324 asymmetric CPU capacities is to: 428 is followed and CPU capacities are ignored.
|
| /linux/Documentation/sound/designs/ |
| H A D | tracepoints.rst | 128 capacities of corresponding hardware.
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | zswap.rst | 17 * Desktop/laptop users with limited RAM capacities can mitigate the
|
| /linux/Documentation/process/ |
| H A D | threat-model.rst | 179 unrealistic CPU frequencies, RAM sizes or disk capacities, network speeds).
|
| /linux/arch/s390/ |
| H A D | Kconfig | 582 capacities dynamically. Set this option to use hiperdispatch
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 383 Since CAS takes CPU capacities into account, it does not require CPU
|