Home
last modified time | relevance | path

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

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