Home
last modified time | relevance | path

Searched refs:spawn_thread_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c281 if (hba->spawn_thread_head == ethread) in emlxs_thread()
282 hba->spawn_thread_head = ethread->next; in emlxs_thread()
553 if (hba->spawn_thread_head == NULL) { in emlxs_thread_spawn()
554 hba->spawn_thread_head = ethread; in emlxs_thread_spawn()
580 hba->spawn_thread_head = NULL; in emlxs_thread_spawn_create()
602 for (ethread = hba->spawn_thread_head; ethread; in emlxs_thread_spawn_destroy()
608 while (hba->spawn_thread_head) { in emlxs_thread_spawn_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1931 emlxs_thread_t *spawn_thread_head; member