Home
last modified time | relevance | path

Searched refs:nodelist (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/sphinx/
DrstFlatTable.py87 nodelist = [colSpan(span=int(text))]
89 return nodelist, msglist
98 nodelist = [rowSpan(span=int(text))]
100 return nodelist, msglist
/Linux-v4.19/mm/
Dmempolicy.c2703 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2707 if (nodelist) { in mpol_parse_str()
2709 *nodelist++ = '\0'; in mpol_parse_str()
2710 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2733 if (nodelist) { in mpol_parse_str()
2734 char *rest = nodelist; in mpol_parse_str()
2745 if (!nodelist) in mpol_parse_str()
2752 if (nodelist) in mpol_parse_str()
2760 if (!nodelist) in mpol_parse_str()
2767 if (!nodelist) in mpol_parse_str()
[all …]
/Linux-v4.19/fs/jffs2/
DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/Linux-v4.19/scripts/dtc/
Ddtc-parser.y53 struct node *nodelist; member
90 %type <nodelist> subnodes
/Linux-v4.19/Documentation/filesystems/
Dtmpfs.txt119 running kernel does not support NUMA; and will fail if its nodelist
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc741 * Condense nodelist flag members.
747 * Fixed failMask nodelist settings.