Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnodemask.h226 #define nodes_empty(src) __nodes_empty(&(src), MAX_NUMNODES)
227 static inline bool __nodes_empty(const nodemask_t *srcp, unsigned int nbits) in __nodes_empty() function