Home
last modified time | relevance | path

Searched refs:heading (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sphinx/
Dmaintainers_include.py117 heading = re.sub("\s+", " ", line)
118 output = output + "%s\n%s" % (heading, "~" * len(heading))
/kernel/linux/linux-5.10/scripts/kconfig/
Dmconf.c863 const char *heading; in conf_string() local
867 heading = inputbox_instructions_int; in conf_string()
870 heading = inputbox_instructions_hex; in conf_string()
873 heading = inputbox_instructions_string; in conf_string()
876 heading = "Internal mconf error!"; in conf_string()
880 heading, 10, 75, in conf_string()
Dnconf.c1354 const char *heading; in conf_string() local
1358 heading = inputbox_instructions_int; in conf_string()
1361 heading = inputbox_instructions_hex; in conf_string()
1364 heading = inputbox_instructions_string; in conf_string()
1367 heading = "Internal nconf error!"; in conf_string()
1371 heading, in conf_string()
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo.c1328 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1331 printf("%s%s", heading, underline); in _xtotals()
1342 char *heading, *underline; in xtotals() local
1349 heading = "\nSlabs sorted by size\n"; in xtotals()
1351 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1353 heading = "\nSlabs sorted by loss\n"; in xtotals()
1355 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1357 heading = "\nSlabs sorted by number of partial slabs\n"; in xtotals()
1359 _xtotals(heading, underline, 0, 0, 1); in xtotals()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-i2c-devices-hm63525 Description: Reports the current heading from the compass as a floating
/kernel/linux/common_modules/
DLICENSES-Linux-syscall-note15 of the kernel, and does *not* fall under the heading of "derived work".
/kernel/linux/linux-5.10/LICENSES/exceptions/
DLinux-syscall-note15 of the kernel, and does *not* fall under the heading of "derived work".
/kernel/linux/common_modules/newip/third_party/linux-5.10/LICENSES/
DLinux-syscall-note15 of the kernel, and does *not* fall under the heading of "derived work".
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dkernel-doc.rst165 as a new section heading, which probably won't produce the desired
435 The title following ``DOC:`` acts as a heading within the source file, but also
508 output. Please make sure to have an appropriate heading in the enclosing
Dcontributing.rst268 Be warned: if you take on this task you are heading into classic bikeshed
Dsphinx.rst188 * Please stick to this order of heading adornments:
/kernel/linux/linux-5.10/drivers/net/ppp/
DKconfig130 the heading "Kernel mode PPPoE").
/kernel/linux/linux-5.10/Documentation/bpf/
Dbpf_design_QA.rst9 of where BPF is heading long term.
/kernel/linux/linux-5.10/drivers/misc/
DKconfig352 providing configuration and heading data via sysfs.
/kernel/linux/linux-5.10/Documentation/process/
Dmanagement-style.rst151 immediately falls under the heading of "not reversible", and becomes a
/kernel/linux/linux-5.10/Documentation/scsi/
Daic79xx.rst246 the "Debug" heading.
/kernel/linux/linux-5.10/Documentation/driver-api/
Dpinctl.rst1110 runtime, as described further below under the heading "Runtime pinmuxing".