Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c63 static atomic_t gdb_smp_paused_count; variable
669 atomic_inc(&gdb_smp_paused_count); in gdb_pause_this_cpu()
674 atomic_dec(&gdb_smp_paused_count); in gdb_pause_this_cpu()
692 atomic_set(&gdb_smp_paused_count, 0); in gdb_smp_pause()
697 while ( (atomic_read(&gdb_smp_paused_count) < (num_online_cpus() - 1)) in gdb_smp_pause()
701 if ( atomic_read(&gdb_smp_paused_count) < (num_online_cpus() - 1) ) in gdb_smp_pause()
723 while ( (atomic_read(&gdb_smp_paused_count) > 0) in gdb_smp_resume()
727 if ( atomic_read(&gdb_smp_paused_count) > 0 ) in gdb_smp_resume()

Completed in 3 milliseconds