Searched refs:__first_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dnodemask.h263 #define first_node(src) __first_node(&(src))
264 static inline unsigned int __first_node(const nodemask_t *srcp) function
285 ret = __first_node(srcp);

Completed in 111 milliseconds