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

/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h90 hk_cpu = cpumask_nth_andnot(0, mask, tick_nohz_full_mask);
92 hk_cpu = cpumask_nth_andnot(1, mask, tick_nohz_full_mask);
/linux-master/include/linux/
H A Dcpumask.h420 * cpumask_nth_andnot - get the Nth cpu set in 1st cpumask, and clear in 2nd.
428 unsigned int cpumask_nth_andnot(unsigned int cpu, const struct cpumask *srcp1, function

Completed in 119 milliseconds