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

/linux-master/drivers/xen/events/
H A Devents_base.c171 static atomic_t channels_on_cpu[NR_CPUS]; variable
291 WARN_ON_ONCE(!atomic_add_unless(&channels_on_cpu[info->cpu], -1 , 0));
299 if (WARN_ON_ONCE(!atomic_add_unless(&channels_on_cpu[info->cpu], 1,
1814 unsigned int curch = atomic_read(&channels_on_cpu[cpu]);

Completed in 93 milliseconds