Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnodemask.h347 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) macro
/openbmc/linux/mm/
H A Dmempolicy.c3021 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c2188 retval = nodelist_parse(buf, trialcs->mems_allowed); in update_nodemask()