Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/xen/events/
Devents_base.c169 static atomic_t channels_on_cpu[NR_CPUS]; variable
286 WARN_ON_ONCE(!atomic_add_unless(&channels_on_cpu[info->cpu], -1 , 0)); in channels_on_cpu_dec()
294 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()