Home
last modified time | relevance | path

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

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