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

/linux-master/kernel/debug/
H A Ddebug_core.h25 unsigned long thr_query; member in struct:kgdb_state
H A Dgdbstub.c717 ks->thr_query = 0;
726 if (i >= ks->thr_query && !finished) {
730 ks->thr_query++;
731 if (ks->thr_query % KGDB_MAX_THREAD_QUERY == 0)

Completed in 125 milliseconds