Home
last modified time | relevance | path

Searched refs:heading (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dmaintainers_include.py73 # between the Maintainers heading and the first subsystem name.
117 heading = re.sub("\s+", " ", line)
118 output = output + "%s\n%s" % (heading, "~" * len(heading))
153 # Update the state machine when we find heading separators.
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dmaintainers_include.py71 # between the Maintainers heading and the first subsystem name.
115 heading = re.sub(r"\s+", " ", line)
116 output = output + "%s\n%s" % (heading, "~" * len(heading))
151 # Update the state machine when we find heading separators.
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dmconf.c749 const char *heading; in conf_string() local
753 heading = inputbox_instructions_int; in conf_string()
756 heading = inputbox_instructions_hex; in conf_string()
759 heading = inputbox_instructions_string; in conf_string()
762 heading = "Internal mconf error!"; in conf_string()
766 heading, 10, 75, in conf_string()
H A Dnconf.c1445 const char *heading; in conf_string() local
1449 heading = inputbox_instructions_int; in conf_string()
1452 heading = inputbox_instructions_hex; in conf_string()
1455 heading = inputbox_instructions_string; in conf_string()
1458 heading = "Internal nconf error!"; in conf_string()
1462 heading, in conf_string()
/kernel/linux/linux-5.10/scripts/kconfig/
H A 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()
H A 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/
H A 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-6.6/tools/mm/
H A Dslabinfo.c1352 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1355 printf("%s%s", heading, underline); in _xtotals()
1366 char *heading, *underline; in xtotals() local
1373 heading = "\nSlabs sorted by size\n"; in xtotals()
1375 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1377 heading = "\nSlabs sorted by loss\n"; in xtotals()
1379 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1381 heading = "\nSlabs sorted by number of partial slabs\n"; in xtotals()
1383 _xtotals(heading, underline, 0, 0, 1); in xtotals()

Completed in 14 milliseconds