Searched refs:tunables (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | cpufreq_schedutil.c | 26 struct sugov_tunables *tunables; member 567 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show() local 569 return sprintf(buf, "%u\n", tunables->rate_limit_us); in rate_limit_us_show() 575 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store() local 582 tunables->rate_limit_us = rate_limit_us; in rate_limit_us_store() 688 struct sugov_tunables *tunables; in sugov_tunables_alloc() local 690 tunables = kzalloc(sizeof(*tunables), GFP_KERNEL); in sugov_tunables_alloc() 691 if (tunables) { in sugov_tunables_alloc() 692 gov_attr_set_init(&tunables->attr_set, &sg_policy->tunables_hook); in sugov_tunables_alloc() 694 global_tunables = tunables; in sugov_tunables_alloc() [all …]
|
/Linux-v4.19/Documentation/block/ |
D | 00-INDEX | 4 - BFQ IO scheduler and its tunables 12 - CFQ IO scheduler tunables 18 - Deadline IO scheduler tunables
|
D | kyber-iosched.txt | 1 Kyber I/O scheduler tunables 4 The only two tunables for the Kyber scheduler are the target latencies for
|
D | switching-sched.txt | 5 Each io queue has a set of io scheduler tunables associated with it. These 6 tunables control how the io scheduler works. You can find these entries
|
D | deadline-iosched.txt | 1 Deadline IO scheduler tunables 5 In particular, it will clarify the meaning of the exposed tunables that may be
|
D | bfq-iosched.txt | 53 3. What are BFQ's tunables and how to properly configure BFQ? 275 3. What are BFQ's tunables and how to properly configure BFQ? 278 Most BFQ tunables affect service guarantees (basically latency and 288 In particular, the tunables back_seek-max, back_seek_penalty,
|
D | cfq-iosched.txt | 12 CFQ ioscheduler tunables
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 57 static struct tunables tunables[] = { variable 1568 int e = ARRAY_SIZE(tunables); in parse_tunables_write() 1606 *tunables[cnt].tunp = tunables[cnt].deflt; in parse_tunables_write() 1608 *tunables[cnt].tunp = val; in parse_tunables_write()
|
/Linux-v4.19/arch/x86/include/asm/uv/ |
D | uv_bau.h | 580 struct tunables { struct
|
/Linux-v4.19/Documentation/cpuidle/ |
D | sysfs.txt | 7 System global cpuidle related information and tunables are under
|
/Linux-v4.19/Documentation/networking/ |
D | dccp.txt | 12 - Other tunables 189 Other tunables
|
/Linux-v4.19/Documentation/device-mapper/ |
D | cache-policies.txt | 33 The following tunables are accepted, but have no effect:
|
D | cache.txt | 151 Policies will have different tunables, specific to each one, so we 270 Policies will have different tunables, specific to each one, so we
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 346 tunables, can be either global (system-wide) or per-policy, depending on the 347 scaling driver in use. If the driver requires governor tunables to be 351 subdirectory containing the governor tunables is the name of the governor 464 This governor exposes the following tunables: 561 This governor exposes the following tunables:
|
/Linux-v4.19/Documentation/thermal/ |
D | power_allocator.txt | 1 Power allocator governor tunables
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | boot-options.txt | 8 Please see Documentation/x86/x86_64/machinecheck for sysfs runtime tunables.
|
/Linux-v4.19/Documentation/laptops/ |
D | laptop-mode.txt | 230 This allows the tunables to be changed for the scripts via an external
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 313 Bcache has a bunch of config options and tunables. The defaults are intended to
|