Lines Matching refs:parameters
5 The kernel's command-line parameters
8 The following is a consolidated list of the kernel parameters as implemented
14 The kernel parses parameters from the kernel command line up to "``--``";
16 parameter gets passed to init: parameters with '=' go into init's
20 Module parameters can be specified in two ways: via the kernel command
28 kernel command line (/proc/cmdline) and collects module parameters
33 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
35 reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
36 parameters may be changed at runtime by the command
37 ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``.
57 Some kernel parameters take a list of CPUs as a value, e.g. isolcpus,
109 The parameters listed below are only valid if certain kernel build options
117 Do not modify the syntax of boot loader parameters without extreme
120 There are also arch-specific kernel-parameters not documented here.
122 Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
128 The number of kernel parameters is not limited, but the length of the
129 complete command line (parameters including spaces etc.) is limited to
134 .. include:: kernel-parameters.txt