Home
last modified time | relevance | path

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

/include/linux/
Dnodemask.h107 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
108 static inline void __nodes_setall(nodemask_t *dstp, int nbits) in __nodes_setall() function