Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jffs2/
DMakefile8 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/linux-4.1.27/mm/
Dmempolicy.c2656 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2660 if (nodelist) { in mpol_parse_str()
2662 *nodelist++ = '\0'; in mpol_parse_str()
2663 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2686 if (nodelist) { in mpol_parse_str()
2687 char *rest = nodelist; in mpol_parse_str()
2698 if (!nodelist) in mpol_parse_str()
2705 if (nodelist) in mpol_parse_str()
2713 if (!nodelist) in mpol_parse_str()
2720 if (!nodelist) in mpol_parse_str()
[all …]
/linux-4.1.27/scripts/dtc/
Ddtc-parser.y56 struct node *nodelist; member
89 %type <nodelist> subnodes
Ddtc-parser.tab.h_shipped96 struct node *nodelist;
Ddtc-parser.tab.c_shipped169 struct node *nodelist;
1610 (yyval.node) = build_node((yyvsp[(2) - (5)].proplist), (yyvsp[(3) - (5)].nodelist));
2024 (yyval.nodelist) = NULL;
2032 (yyval.nodelist) = chain_node((yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].nodelist));
/linux-4.1.27/Documentation/filesystems/
Dtmpfs.txt118 running kernel does not support NUMA; and will fail if its nodelist
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc741 * Condense nodelist flag members.
747 * Fixed failMask nodelist settings.