kgdb_usethread     57 include/linux/kgdb.h extern struct task_struct	*kgdb_usethread;
kgdb_usethread    135 kernel/debug/debug_core.c struct task_struct		*kgdb_usethread;
kgdb_usethread    500 kernel/debug/gdbstub.c 	thread = kgdb_usethread;
kgdb_usethread    549 kernel/debug/gdbstub.c 	if (kgdb_usethread && kgdb_usethread != current) {
kgdb_usethread    622 kernel/debug/gdbstub.c 	    !(!kgdb_usethread || kgdb_usethread == current) ||
kgdb_usethread    813 kernel/debug/gdbstub.c 		kgdb_usethread = thread;
kgdb_usethread    951 kernel/debug/gdbstub.c 	kgdb_usethread = kgdb_info[ks->cpu].task;