Searched defs:sata_event_thread_starting (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c17525 static int sata_event_thread_starting = 0; local
17530 if (startstop == 0 && (sata_event_thread_starting == 1 ||
17535 if (startstop == 1 && sata_event_thread_starting == 1) {
17540 sata_event_thread_starting = 1;
17545 sata_event_thread_starting = 0;
17564 sata_event_thread_starting = 0;
17599 ASSERT(sata_event_thread_starting == 0);

Completed in 82 milliseconds