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

/linux-master/kernel/
H A Dpanic.c581 static int spin_counter; local
592 if (!spin_counter) {
594 spin_counter = pause_on_oops;
599 } while (--spin_counter);
603 while (spin_counter) {

Completed in 123 milliseconds