Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jffs2/
DMakefile8 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/linux-4.4.14/mm/
Dmempolicy.c2653 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2657 if (nodelist) { in mpol_parse_str()
2659 *nodelist++ = '\0'; in mpol_parse_str()
2660 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2683 if (nodelist) { in mpol_parse_str()
2684 char *rest = nodelist; in mpol_parse_str()
2695 if (!nodelist) in mpol_parse_str()
2702 if (nodelist) in mpol_parse_str()
2710 if (!nodelist) in mpol_parse_str()
2717 if (!nodelist) in mpol_parse_str()
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-parser.y52 struct node *nodelist; member
84 %type <nodelist> subnodes
Ddtc-parser.tab.h_shipped92 struct node *nodelist;
Ddtc-parser.tab.c_shipped162 struct node *nodelist;
1571 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist));
1968 (yyval.nodelist) = NULL;
1976 (yyval.nodelist) = chain_node((yyvsp[-1].node), (yyvsp[0].nodelist));
/linux-4.4.14/Documentation/filesystems/
Dtmpfs.txt118 running kernel does not support NUMA; and will fail if its nodelist
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc741 * Condense nodelist flag members.
747 * Fixed failMask nodelist settings.