Home
last modified time | relevance | path

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

/xen/xen/common/
A Dgdbstub.c64 static atomic_t gdb_smp_paused_count; variable
670 atomic_inc(&gdb_smp_paused_count); in gdb_pause_this_cpu()
675 atomic_dec(&gdb_smp_paused_count); in gdb_pause_this_cpu()
693 atomic_set(&gdb_smp_paused_count, 0); in gdb_smp_pause()
698 while ( (atomic_read(&gdb_smp_paused_count) < (num_online_cpus() - 1)) in gdb_smp_pause()
702 if ( atomic_read(&gdb_smp_paused_count) < (num_online_cpus() - 1) ) in gdb_smp_pause()
724 while ( (atomic_read(&gdb_smp_paused_count) > 0) in gdb_smp_resume()
728 if ( atomic_read(&gdb_smp_paused_count) > 0 ) in gdb_smp_resume()

Completed in 3 milliseconds