Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnodemask.h320 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES)
321 static inline int __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) in __nodelist_parse() function