Home
last modified time | relevance | path

Searched refs:knob (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp55 namespace knob namespace
89 struct knob struct
91 knob(std::string nameStr, std::string currentValStr, int currentVal, in knob() function
123 Depex(std::vector<knob::knob>& knobs) : mKnobs(knobs) {} in Depex()
130 for (auto& knob : mKnobs) in compute() local
133 if ("TRUE" == knob.depexStr) in compute()
135 knob.depex = true; in compute()
137 else if (!knob.readOnly) in compute()
141 if (!evaluateExpression(knob.depexStr, value)) in compute()
143 mError.emplace_back("bad depex: " + knob.depexStr + in compute()
[all …]
/openbmc/linux/drivers/memory/
H A Dda8xx-ddrctl.c72 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_match_knob() local
76 knob = &da8xx_ddrctl_knobs[i]; in da8xx_ddrctl_match_knob()
78 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob()
79 return knob; in da8xx_ddrctl_match_knob()
102 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_probe() local
124 knob = da8xx_ddrctl_match_knob(setting); in da8xx_ddrctl_probe()
125 if (!knob) { in da8xx_ddrctl_probe()
131 if (knob->reg + sizeof(u32) > resource_size(res)) { in da8xx_ddrctl_probe()
134 knob->name); in da8xx_ddrctl_probe()
138 reg = readl(ddrctl + knob->reg); in da8xx_ddrctl_probe()
[all …]
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c273 union acpi_object *knob; in acpi_parse_psvt() local
281 knob = &(package->package.elements[ACPI_PSVT_CONTROL_KNOB]); in acpi_parse_psvt()
288 if (knob->type == ACPI_TYPE_STRING) { in acpi_parse_psvt()
290 if (knob->string.length > ACPI_LIMIT_STR_MAX_LEN - 1) { in acpi_parse_psvt()
292 knob->string.length = ACPI_LIMIT_STR_MAX_LEN - 1; in acpi_parse_psvt()
308 psvt->control_knob_type = (u64)knob->type; in acpi_parse_psvt()
310 if (knob->type == ACPI_TYPE_STRING) { in acpi_parse_psvt()
312 strncpy(psvt->limit.string, psvt_ptr->limit.str_ptr, knob->string.length); in acpi_parse_psvt()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/
H A Dmemcached-add-hugetlbfs-check.patch1 memcached: add knob to detect whether hugetlbfs are checked
3 Add knob to detect whether hugetlbfs are checked or not.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0001-net-snmp-add-knob-whether-nlist.h-are-checked.patch4 Subject: [PATCH] net-snmp: add knob whether nlist.h are checked
7 Add knob to decide whether nlist.h are checked or not.
/openbmc/linux/drivers/parisc/
H A Dpdc_stable.c540 char *buf, int knob) in pdcs_auto_read() argument
552 out += sprintf(out, "%s\n", (pathentry->devpath.path.flags & knob) ? in pdcs_auto_read()
764 size_t count, int knob) in pdcs_auto_write() argument
797 flags &= ~knob; in pdcs_auto_write()
799 flags |= knob; in pdcs_auto_write()
814 (knob & PF_AUTOBOOT) ? "autoboot" : "autosearch", in pdcs_auto_write()
815 (flags & knob) ? "On" : "Off"); in pdcs_auto_write()
/openbmc/linux/tools/perf/tests/
H A Dsw-clock.c76 const char *knob = "/proc/sys/kernel/perf_event_max_sample_rate"; in __test__sw_clock_freq() local
81 knob, (u64)attr.sample_freq); in __test__sw_clock_freq()
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-firmware-acpi8 enabling this knob is not safe and thus unsupported.
/openbmc/linux/mm/
H A Dksm.c3229 unsigned long knob; in merge_across_nodes_store() local
3231 err = kstrtoul(buf, 10, &knob); in merge_across_nodes_store()
3234 if (knob > 1) in merge_across_nodes_store()
3239 if (ksm_merge_across_nodes != knob) { in merge_across_nodes_store()
3264 ksm_merge_across_nodes = knob; in merge_across_nodes_store()
3265 ksm_nr_node_ids = knob ? 1 : nr_node_ids; in merge_across_nodes_store()
3308 int knob; in max_page_sharing_store() local
3310 err = kstrtoint(buf, 10, &knob); in max_page_sharing_store()
3318 if (knob < 2) in max_page_sharing_store()
3321 if (READ_ONCE(ksm_max_page_sharing) == knob) in max_page_sharing_store()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-make-Add-PREFIX-knob.patch4 Subject: [PATCH] make: Add PREFIX knob
/openbmc/linux/Documentation/admin-guide/
H A Dlockup-watchdogs.rst24 'hardlockup_panic', a compile time knob, "BOOTPARAM_HARDLOCKUP_PANIC",
62 As explained above, a kernel knob is provided that allows
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/
H A Dlinux-atm_2.5.2.bb16 file://0001-make-Add-PREFIX-knob.patch \
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A DrcS-default35 # psplash textual updates knob
/openbmc/linux/Documentation/bpf/
H A Dprog_cgroup_sysctl.rst11 process inside that cgroup tries to read from or write to sysctl knob in proc.
61 Since sysctl knob is represented by a name and a value, sysctl specific BPF
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/
H A D0001-check-for-fstab.h-during-configure.patch7 configure creates a knob to disable fstab reads in the
/openbmc/linux/Documentation/hwmon/
H A Dacpi_power_meter.rst29 The `power[1-*]_is_battery` knob indicates if the power supply is a battery.
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst82 Laptop mode is controlled by the knob /proc/sys/vm/laptop_mode. This knob is
84 configuration options. When the knob is set, any physical disk I/O (that might
89 knob determines the time between the occurrence of disk I/O and when the flush
90 is triggered. A sensible value for the knob is 5 seconds. Setting the knob to
/openbmc/linux/kernel/bpf/
H A DKconfig78 /proc/sys/kernel/unprivileged_bpf_disabled knob to 2. An admin can
/openbmc/linux/Documentation/admin-guide/pm/
H A Dcpufreq.rst680 The AMD powernow-k8 scaling driver supports a ``sysfs`` knob very similar to
684 If present, that knob is located in every ``CPUFreq`` policy directory in
687 implementation, however, works on the system-wide basis and setting that knob
691 That knob is still supported on AMD processors that support its underlying
694 ``boost`` knob is present regardless. Thus it is always possible use the
695 ``boost`` knob instead of the ``cpb`` one which is highly recommended, as that
696 is more consistent with what all of the other systems do (and the ``cpb`` knob
699 The ``cpb`` knob is never present for any processors without the underlying
H A Dintel_pstate.rst121 Energy-Performance Preference (EPP) knob (if supported) or its
122 Energy-Performance Bias (EPB) knob (otherwise), which means that the processor's
138 Energy-Performance Preference (EPP) knob (if supported) or its
139 Energy-Performance Bias (EPB) knob (otherwise) to whatever value it was
572 Energy-Performance Preference (EPP) knob (if supported) or its
573 Energy-Performance Bias (EPB) knob. It is also possible to write a positive
/openbmc/linux/Documentation/trace/
H A Dkprobes.rst757 Provides a knob to globally and forcibly turn registered kprobes ON or OFF.
760 file. Note that this knob just disarms and arms all kprobes and doesn't
762 [DISABLED]) will be not enabled if you turn ON all kprobes by this knob.
771 a knob to globally and forcibly turn jump optimization (see section
777 Note that this knob *changes* the optimized state. This means that optimized
779 removed). If the knob is turned on, they will be optimized again.
/openbmc/linux/drivers/cpufreq/
H A DKconfig.x86104 bool "Legacy cpb sysfs knob support for AMD CPUs"
107 The powernow-k8 driver used to provide a sysfs knob called "cpb"
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst120 this knob you can bypass that check.
134 driver will reject any packet that appears corrupted. Using this knob,
135 The state of crc_enabled can be altered with this knob.
/openbmc/linux/fs/btrfs/
H A Dsysfs.c1107 unsigned long knob; in quota_override_store() local
1116 err = kstrtoul(buf, 10, &knob); in quota_override_store()
1119 if (knob > 1) in quota_override_store()
1122 if (knob) in quota_override_store()
/openbmc/linux/Documentation/scheduler/
H A Dsched-domains.rst79 /sys/kernel/debug/sched/verbose knob. This enables an error checking parse of

12