Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/memory/
Dda8xx-ddrctl.c73 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_match_knob() local
77 knob = &da8xx_ddrctl_knobs[i]; in da8xx_ddrctl_match_knob()
79 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob()
80 return knob; in da8xx_ddrctl_match_knob()
103 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_probe() local
126 knob = da8xx_ddrctl_match_knob(setting); in da8xx_ddrctl_probe()
127 if (!knob) { in da8xx_ddrctl_probe()
133 if (knob->reg + sizeof(u32) > resource_size(res)) { in da8xx_ddrctl_probe()
136 knob->name); in da8xx_ddrctl_probe()
140 reg = readl(ddrctl + knob->reg); in da8xx_ddrctl_probe()
[all …]
/Linux-v5.15/tools/perf/tests/
Dsw-clock.c75 const char *knob = "/proc/sys/kernel/perf_event_max_sample_rate"; in __test__sw_clock_freq() local
80 knob, (u64)attr.sample_freq); in __test__sw_clock_freq()
/Linux-v5.15/drivers/parisc/
Dpdc_stable.c537 char *buf, int knob) in pdcs_auto_read() argument
549 out += sprintf(out, "%s\n", (pathentry->devpath.flags & knob) ? in pdcs_auto_read()
743 size_t count, int knob) in pdcs_auto_write() argument
777 flags &= ~knob; in pdcs_auto_write()
779 flags |= knob; in pdcs_auto_write()
794 (knob & PF_AUTOBOOT) ? "autoboot" : "autosearch", in pdcs_auto_write()
795 (flags & knob) ? "On" : "Off"); in pdcs_auto_write()
/Linux-v5.15/Documentation/ABI/obsolete/
Dsysfs-firmware-acpi8 enabling this knob is not safe and thus unsupported.
/Linux-v5.15/mm/
Dksm.c2932 unsigned long knob; in merge_across_nodes_store() local
2934 err = kstrtoul(buf, 10, &knob); in merge_across_nodes_store()
2937 if (knob > 1) in merge_across_nodes_store()
2942 if (ksm_merge_across_nodes != knob) { in merge_across_nodes_store()
2967 ksm_merge_across_nodes = knob; in merge_across_nodes_store()
2968 ksm_nr_node_ids = knob ? 1 : nr_node_ids; in merge_across_nodes_store()
3011 int knob; in max_page_sharing_store() local
3013 err = kstrtoint(buf, 10, &knob); in max_page_sharing_store()
3021 if (knob < 2) in max_page_sharing_store()
3024 if (READ_ONCE(ksm_max_page_sharing) == knob) in max_page_sharing_store()
[all …]
/Linux-v5.15/Documentation/admin-guide/
Dlockup-watchdogs.rst24 'hardlockup_panic', a compile time knob, "BOOTPARAM_HARDLOCKUP_PANIC",
62 As explained above, a kernel knob is provided that allows
/Linux-v5.15/Documentation/bpf/
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
/Linux-v5.15/Documentation/hwmon/
Dacpi_power_meter.rst29 The `power[1-*]_is_battery` knob indicates if the power supply is a battery.
/Linux-v5.15/kernel/bpf/
DKconfig70 /proc/sys/kernel/unprivileged_bpf_disabled knob to 2. An admin can
/Linux-v5.15/Documentation/admin-guide/laptops/
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
/Linux-v5.15/Documentation/admin-guide/pm/
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
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
/Linux-v5.15/drivers/cpufreq/
DKconfig.x8655 bool "Legacy cpb sysfs knob support for AMD CPUs"
58 The powernow-k8 driver used to provide a sysfs knob called "cpb"
/Linux-v5.15/Documentation/trace/
Dkprobes.rst758 Provides a knob to globally and forcibly turn registered kprobes ON or OFF.
761 file. Note that this knob just disarms and arms all kprobes and doesn't
763 [DISABLED]) will be not enabled if you turn ON all kprobes by this knob.
772 a knob to globally and forcibly turn jump optimization (see section
778 Note that this knob *changes* the optimized state. This means that optimized
780 removed). If the knob is turned on, they will be optimized again.
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt50 hardware knob for adjusting the amount of "settling
/Linux-v5.15/fs/btrfs/
Dsysfs.c863 unsigned long knob; in quota_override_store() local
872 err = kstrtoul(buf, 10, &knob); in quota_override_store()
875 if (knob > 1) in quota_override_store()
878 if (knob) in quota_override_store()
/Linux-v5.15/Documentation/input/devices/
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.
/Linux-v5.15/Documentation/scheduler/
Dsched-domains.rst79 /sys/kernel/debug/sched/verbose knob. This enables an error checking parse of
/Linux-v5.15/Documentation/trace/coresight/
Dcoresight-cpu-debug.rst135 uses the debugfs file system to provide a knob to dynamically enable or disable
/Linux-v5.15/arch/x86/
DKconfig.debug82 tlb_flushall_shift knob under /sys/kernel/debug/x86. If you set it
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dvm.rst313 laptop_mode is a knob that controls "laptop mode". All the things that are
314 controlled by this knob are discussed in Documentation/admin-guide/laptops/laptop-mode.rst.
956 too small for the allocation bursts occurring in the system. This knob
Dkernel.rst1146 This knob allows admins to change the default behavior when uclamp is being
1151 This knob is only effective for RT tasks which the user hasn't modified their
1154 This knob will not escape the range constraint imposed by sched_util_clamp_min
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst79 performed via the **kernel.bpf_stats_enabled** sysctl knob.
/Linux-v5.15/Documentation/networking/
Dswitchdev.rst508 filtering knob at runtime and require a destruction of the bridge device(s) and
561 snooping knob at runtime and require the destruction of the bridge device(s)
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Dmemory.rst54 - oom-killer disable knob and oom-notifier
80 This knob is deprecated and shouldn't be
91 This knob is deprecated and shouldn't be

12