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

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-assign-cpus.sh19 nodelist="`ls -d node*`"
/linux-master/fs/jffs2/
H A DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py77 nodelist = [colSpan(span=int(text))]
79 return nodelist, msglist
88 nodelist = [rowSpan(span=int(text))]
90 return nodelist, msglist
/linux-master/scripts/dtc/
H A Ddtc-parser.y48 struct node *nodelist;
87 %type <nodelist> subnodes
/linux-master/mm/
H A Dmempolicy.c3142 * <mode>[=<flags>][:<nodelist>]
3151 char *nodelist = strchr(str, ':'); local
3158 if (nodelist) {
3160 *nodelist++ = '\0';
3161 if (nodelist_parse(nodelist, nodes))
3175 * Insist on a nodelist of one node only, although later
3177 * nodelist (or nodes) cannot be empty.
3179 if (nodelist) {
3180 char *rest = nodelist;
3192 * Default to online nodes with memory if no nodelist
[all...]
H A Dmemory-tiers.c154 static DEVICE_ATTR_RO(nodelist);
417 * nodelist to skip list so that we find the best node from the
418 * memtier nodelist.

Completed in 165 milliseconds