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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkgdb.h309 extern atomic_t kgdb_active;
311 (raw_smp_processor_id() == atomic_read(&kgdb_active))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Ddebug_core.c110 atomic_t kgdb_active = ATOMIC_INIT(-1); variable
111 EXPORT_SYMBOL_GPL(kgdb_active); variable
417 if (atomic_read(&kgdb_active) != raw_smp_processor_id())
463 * holds the kgdb_active token. This must be done so that the
466 if (cpu == atomic_read(&kgdb_active)) {
503 * master cpu and acquire the kgdb_active lock:
511 if (atomic_cmpxchg(&kgdb_active, -1, cpu) == cpu)
543 atomic_set(&kgdb_active, -1);
660 /* Free kgdb_active */
661 atomic_set(&kgdb_active,
[all...]
H A Dgdbstub.c428 tid = -atomic_read(&kgdb_active) - 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dkgdb_64.c123 if (atomic_read(&kgdb_active) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkgdb.c517 if (atomic_read(&kgdb_active) != -1) {
538 if (atomic_read(&kgdb_active) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkgdb.c290 if (atomic_read(&kgdb_active) != -1)
H A Dtraps.c190 } else if (atomic_read(&kgdb_active) != -1 &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhighmem.c475 if (unlikely(type == KM_KDB && atomic_read(&kgdb_active) == -1)) {

Completed in 62 milliseconds