Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/events/
H A Devents_base.c171 static atomic_t channels_on_cpu[NR_CPUS]; variable
292 WARN_ON_ONCE(!atomic_add_unless(&channels_on_cpu[info->cpu], -1 , 0)); in channels_on_cpu_dec()
300 if (WARN_ON_ONCE(!atomic_add_unless(&channels_on_cpu[info->cpu], 1, in channels_on_cpu_inc()
1820 unsigned int curch = atomic_read(&channels_on_cpu[cpu]); in select_target_cpu()