Searched refs:nodelist_parse (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dnodemask.h12 * lib/bitmap.c. For details of nodelist_parse(), see bitmap_parselist(),
55 * int nodelist_parse(buf, map) Parse ascii string as nodelist
320 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) __nodelist_parse() macro
/linux-4.4.14/kernel/
H A Dcpuset.c1220 * Since nodelist_parse() fails on an empty mask, we special case update_nodemask()
1227 retval = nodelist_parse(buf, trialcs->mems_allowed); update_nodemask()
/linux-4.4.14/arch/tile/kernel/
H A Dsetup.c219 if (str == NULL || nodelist_parse(str, isolnodes) != 0) setup_isolnodes()
/linux-4.4.14/mm/
H A Dmempolicy.c2660 if (nodelist_parse(nodelist, nodes)) mpol_parse_str()

Completed in 221 milliseconds