Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnodemask.h347 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) macro
/Linux-v6.6/mm/
Dmempolicy.c3017 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
/Linux-v6.6/kernel/cgroup/
Dcpuset.c2177 retval = nodelist_parse(buf, trialcs->mems_allowed); in update_nodemask()