Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/sphinx/
DrstFlatTable.py87 nodelist = [colSpan(span=int(text))]
89 return nodelist, msglist
98 nodelist = [rowSpan(span=int(text))]
100 return nodelist, msglist
/Linux-v5.10/fs/jffs2/
DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/Linux-v5.10/mm/
Dmempolicy.c2879 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2886 if (nodelist) { in mpol_parse_str()
2888 *nodelist++ = '\0'; in mpol_parse_str()
2889 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2907 if (nodelist) { in mpol_parse_str()
2908 char *rest = nodelist; in mpol_parse_str()
2921 if (!nodelist) in mpol_parse_str()
2928 if (nodelist) in mpol_parse_str()
2936 if (!nodelist) in mpol_parse_str()
2943 if (!nodelist) in mpol_parse_str()
[all …]
/Linux-v5.10/scripts/dtc/
Ddtc-parser.y42 struct node *nodelist; member
81 %type <nodelist> subnodes
/Linux-v5.10/Documentation/filesystems/
Dtmpfs.rst131 running kernel does not support NUMA; and will fail if its nodelist
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc741 * Condense nodelist flag members.
747 * Fixed failMask nodelist settings.