Lines Matching refs:nodelist
3002 * <mode>[=<flags>][:<nodelist>]
3011 char *nodelist = strchr(str, ':');
3018 if (nodelist) {
3020 *nodelist++ = '\0';
3021 if (nodelist_parse(nodelist, nodes))
3035 * Insist on a nodelist of one node only, although later
3037 * nodelist (or nodes) cannot be empty.
3039 if (nodelist) {
3040 char *rest = nodelist;
3051 * Default to online nodes with memory if no nodelist
3053 if (!nodelist)
3058 * Don't allow a nodelist; mpol_new() checks flags
3060 if (nodelist)
3065 * Insist on a empty nodelist
3067 if (!nodelist)
3073 * Insist on a nodelist
3075 if (!nodelist)
3103 } else if (nodelist) {
3120 if (nodelist)
3121 *--nodelist = ':';