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

/linux-master/kernel/
H A Dpanic.c580 static int spin_counter; local
591 if (!spin_counter) {
593 spin_counter = pause_on_oops;
598 } while (--spin_counter);
602 while (spin_counter) {

Completed in 89 milliseconds