Searched refs:cpumask_next_wrap (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | cpumask.h | 149 static inline unsigned int cpumask_next_wrap(int n, const struct cpumask *mask, in cpumask_next_wrap() function 257 extern int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap); 270 for ((cpu) = cpumask_next_wrap((start)-1, (mask), (start), false); \ 272 (cpu) = cpumask_next_wrap((cpu), (mask), (start), true))
|