Home
last modified time | relevance | path

Searched refs:tunables (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c19 struct sugov_tunables *tunables; member
513 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_show() local
515 return sprintf(buf, "%u\n", tunables->rate_limit_us); in rate_limit_us_show()
521 struct sugov_tunables *tunables = to_sugov_tunables(attr_set); in rate_limit_us_store() local
528 tunables->rate_limit_us = rate_limit_us; in rate_limit_us_store()
643 struct sugov_tunables *tunables; in sugov_tunables_alloc() local
645 tunables = kzalloc(sizeof(*tunables), GFP_KERNEL); in sugov_tunables_alloc()
646 if (tunables) { in sugov_tunables_alloc()
647 gov_attr_set_init(&tunables->attr_set, &sg_policy->tunables_hook); in sugov_tunables_alloc()
649 global_tunables = tunables; in sugov_tunables_alloc()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch14 tunables.c | 2 +-
37 diff --git a/tunables.c b/tunables.c
39 --- a/tunables.c
40 +++ b/tunables.c
/openbmc/linux/Documentation/block/
H A Dkyber-iosched.rst2 Kyber I/O scheduler tunables
5 The only two tunables for the Kyber scheduler are the target latencies for
H A Dswitching-sched.rst5 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
H A Ddeadline-iosched.rst2 Deadline IO scheduler tunables
6 In particular, it will clarify the meaning of the exposed tunables that may be
H A Dbfq-iosched.rst68 3. What are BFQ's tunables and how to properly configure BFQ?
296 3. What are BFQ's tunables and how to properly configure BFQ?
299 Most BFQ tunables affect service guarantees (basically latency and
309 In particular, the tunables back_seek-max, back_seek_penalty,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/
H A Dvsftpd_3.0.5.bb53 cat tunables.c|sed s:\"/usr:\"${prefix}:g|sed s:\"/var:\"${localstatedir}:g \
54 |sed s:\"/etc:\"${sysconfdir}:g > tunables.c.new
55 mv tunables.c.new tunables.c
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-improve-reproducibility-for-c-compiling.patch27 // XXX: experimental tunables
/openbmc/linux/Documentation/networking/
H A Ddccp.rst14 - Other tunables
199 Other tunables
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst34 The following tunables are accepted, but have no effect::
H A Dcache.rst158 Policies will have different tunables, specific to each one, so we
295 Policies will have different tunables, specific to each one, so we
/openbmc/linux/Documentation/admin-guide/pm/
H A Dcpufreq.rst349 tunables, can be either global (system-wide) or per-policy, depending on the
350 scaling driver in use. If the driver requires governor tunables to be
354 subdirectory containing the governor tunables is the name of the governor
467 This governor exposes the following tunables:
564 This governor exposes the following tunables:
/openbmc/linux/Documentation/driver-api/thermal/
H A Dpower_allocator.rst2 Power allocator governor tunables
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dboot-options.rst12 Please see Documentation/arch/x86/x86_64/machinecheck.rst for sysfs runtime tunables.
/openbmc/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst26 performance constraints. It consists of two tunables:
215 The rq has a bucket for each uclamp_id tunables: [UCLAMP_MIN, UCLAMP_MAX].
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst221 This allows the tunables to be changed for the scripts via an external
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst589 scheduler improvements may make most of these tunables unnecessary.
/openbmc/linux/Documentation/admin-guide/
H A Dbcache.rst320 Bcache has a bunch of config options and tunables. The defaults are intended to
/openbmc/linux/net/netfilter/
H A DKconfig108 by means of per-address-family sysctl tunables.