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

/linux-master/lib/
H A Dcpumask_kunit.c93 KUNIT_EXPECT_EQ_MSG(test, 0, cpumask_next_zero(-1, &mask_empty), MASK_MSG(&mask_empty));
94 KUNIT_EXPECT_LE_MSG(test, nr_cpu_ids, cpumask_next_zero(-1, cpu_possible_mask),
/linux-master/kernel/irq/
H A Dipi.c69 next = cpumask_next_zero(offset, dest);
/linux-master/arch/loongarch/kernel/
H A Dacpi.c76 cpu = cpumask_next_zero(-1, cpu_present_mask);
H A Dsmp.c267 cpu = cpumask_next_zero(-1, cpu_present_mask);
/linux-master/include/linux/
H A Dcpumask.h218 * cpumask_next_zero - get the next unset cpu in a cpumask
224 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) function

Completed in 138 milliseconds