Searched refs:start_panic (Results 1 – 1 of 1) sorted by relevance
5438 atomic_int *start_panic = (atomic_int *)arg; local5440 while (!atomic_load(start_panic)) {5456 atomic_int start_panic = 0; variable5461 …if (kernel_thread_start(simultaneous_panic_worker, (void *) &start_panic, &new_panic_thread) == KE…5472 atomic_exchange(&start_panic, 1);