Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/sphinx/
DrstFlatTable.py87 nodelist = [colSpan(span=int(text))]
89 return nodelist, msglist
98 nodelist = [rowSpan(span=int(text))]
100 return nodelist, msglist
/kernel/linux/linux-5.10/fs/jffs2/
DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/kernel/linux/linux-5.10/mm/
Dmempolicy.c2876 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2883 if (nodelist) { in mpol_parse_str()
2885 *nodelist++ = '\0'; in mpol_parse_str()
2886 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2904 if (nodelist) { in mpol_parse_str()
2905 char *rest = nodelist; in mpol_parse_str()
2918 if (!nodelist) in mpol_parse_str()
2925 if (nodelist) in mpol_parse_str()
2933 if (!nodelist) in mpol_parse_str()
2940 if (!nodelist) in mpol_parse_str()
[all …]
/kernel/liteos_a/fs/jffs2/
DBUILD.gn64 "${out_path}/jffs2_build/fs/jffs2/nodelist.c",
106 "${target_out_dir}/jffs2_build/fs/jffs2/nodelist.c",
DMakefile52 $(TEMP_SRC_PATH)/fs/jffs2/nodelist.c \
Djffs2.patch28 -#include "nodelist.h"
358 #include "nodelist.h"
598 #include "nodelist.h"
720 #include "nodelist.h"
941 #include "nodelist.h"
1101 #include "nodelist.h"
1195 #include "nodelist.h"
2142 #include "nodelist.h"
2329 #include "nodelist.h"
2688 #include "nodelist.h"
[all …]
/kernel/linux/linux-5.10/scripts/dtc/
Ddtc-parser.y42 struct node *nodelist; member
81 %type <nodelist> subnodes
/kernel/linux/linux-5.10/Documentation/filesystems/
Dtmpfs.rst131 running kernel does not support NUMA; and will fail if its nodelist
/kernel/linux/linux-5.10/Documentation/scsi/
DChangeLog.lpfc741 * Condense nodelist flag members.
747 * Fixed failMask nodelist settings.