Searched refs:nodelist (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | rstFlatTable.py | 87 nodelist = [colSpan(span=int(text))] 89 return nodelist, msglist 98 nodelist = [rowSpan(span=int(text))] 100 return nodelist, msglist
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | rstFlatTable.py | 77 nodelist = [colSpan(span=int(text))] 79 return nodelist, msglist 88 nodelist = [rowSpan(span=int(text))] 90 return nodelist, msglist
|
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 2867 * <mode>[=<flags>][:<nodelist>] 2876 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() 2900 * Insist on a nodelist of one node only, although later in mpol_parse_str() 2902 * nodelist (or nodes) cannot be empty. in mpol_parse_str() 2904 if (nodelist) { in mpol_parse_str() 2905 char *rest = nodelist; in mpol_parse_str() 2916 * Default to online nodes with memory if no nodelist in mpol_parse_str() [all...] |
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | Makefile | 9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | Makefile | 9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 3002 * <mode>[=<flags>][:<nodelist>] 3011 char *nodelist = strchr(str, ':'); in mpol_parse_str() local 3018 if (nodelist) { in mpol_parse_str() 3020 *nodelist++ = '\0'; in mpol_parse_str() 3021 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str() 3035 * Insist on a nodelist of one node only, although later in mpol_parse_str() 3037 * nodelist (or nodes) cannot be empty. in mpol_parse_str() 3039 if (nodelist) { in mpol_parse_str() 3040 char *rest = nodelist; in mpol_parse_str() 3051 * Default to online nodes with memory if no nodelist in mpol_parse_str() [all...] |
H A D | memory-tiers.c | 146 static DEVICE_ATTR_RO(nodelist); 389 * nodelist to skip list so that we find the best node from the in establish_demotion_targets() 390 * memtier nodelist. in establish_demotion_targets()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc-parser.y | 42 struct node *nodelist; 81 %type <nodelist> subnodes
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtc-parser.y | 48 struct node *nodelist; 87 %type <nodelist> subnodes
|
/kernel/liteos_a/fs/jffs2/ |
H A D | Makefile | 52 $(TEMP_SRC_PATH)/fs/jffs2/nodelist.c \
|
Completed in 11 milliseconds