Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnodemask.h347 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES)
348 static inline int __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) in __nodelist_parse() function