Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcpumask.h135 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() function
199 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() function
232 (cpu) = cpumask_next_zero((cpu), (mask)), \
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c2068 cpu = cpumask_next_zero(-1, cpu_present_mask); in generic_processor_info()