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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c511 static kthread_t *sata_event_thread = NULL; variable
17559 if (sata_event_thread == NULL) {
17560 sata_event_thread = thread_create(NULL, 0,
17572 if (sata_event_thread != NULL) {
18084 sata_event_thread = NULL;

Completed in 82 milliseconds