Lines Matching refs:nodelist
2867 * <mode>[=<flags>][:<nodelist>]
2876 char *nodelist = strchr(str, ':');
2883 if (nodelist) {
2885 *nodelist++ = '\0';
2886 if (nodelist_parse(nodelist, nodes))
2900 * Insist on a nodelist of one node only, although later
2902 * nodelist (or nodes) cannot be empty.
2904 if (nodelist) {
2905 char *rest = nodelist;
2916 * Default to online nodes with memory if no nodelist
2918 if (!nodelist)
2923 * Don't allow a nodelist; mpol_new() checks flags
2925 if (nodelist)
2931 * Insist on a empty nodelist
2933 if (!nodelist)
2938 * Insist on a nodelist
2940 if (!nodelist)
2968 else if (nodelist)
2983 if (nodelist)
2984 *--nodelist = ':';