Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dworkqueue.c272 static inline int __next_gcwq_cpu(int cpu, const struct cpumask *mask, in __next_gcwq_cpu() function
290 return __next_gcwq_cpu(cpu, mask, !(wq->flags & WQ_UNBOUND) ? 1 : 2); in __next_wq_cpu()
307 for ((cpu) = __next_gcwq_cpu(-1, cpu_possible_mask, 3); \
309 (cpu) = __next_gcwq_cpu((cpu), cpu_possible_mask, 3))
312 for ((cpu) = __next_gcwq_cpu(-1, cpu_online_mask, 3); \
314 (cpu) = __next_gcwq_cpu((cpu), cpu_online_mask, 3))