Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnodemask.h320 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) macro
/linux-4.4.14/arch/tile/kernel/
Dsetup.c219 if (str == NULL || nodelist_parse(str, isolnodes) != 0) in setup_isolnodes()
/linux-4.4.14/kernel/
Dcpuset.c1227 retval = nodelist_parse(buf, trialcs->mems_allowed); in update_nodemask()
/linux-4.4.14/mm/
Dmempolicy.c2660 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()