Home
last modified time | relevance | path

Searched refs:emlxs_thread_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c33 static void emlxs_thread(emlxs_thread_t *ethread);
257 emlxs_thread(emlxs_thread_t *ethread) in emlxs_thread()
293 kmem_free(ethread, sizeof (emlxs_thread_t)); in emlxs_thread()
347 emlxs_thread_create(emlxs_hba_t *hba, emlxs_thread_t *ethread) in emlxs_thread_create()
355 bzero(ethread, sizeof (emlxs_thread_t)); in emlxs_thread_create()
375 emlxs_thread_destroy(emlxs_thread_t *ethread) in emlxs_thread_destroy()
521 emlxs_thread_t *ethread; in emlxs_thread_spawn()
524 ethread = (emlxs_thread_t *)kmem_alloc(sizeof (emlxs_thread_t), in emlxs_thread_spawn()
534 bzero(ethread, sizeof (emlxs_thread_t)); in emlxs_thread_spawn()
549 kmem_free(ethread, sizeof (emlxs_thread_t)); in emlxs_thread_spawn()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_thread.h53 } emlxs_thread_t; typedef
H A Demlxs_extern.h817 emlxs_thread_t *ethread);
818 extern void emlxs_thread_destroy(emlxs_thread_t *ethread);
819 extern void emlxs_thread_trigger1(emlxs_thread_t *ethread,
821 extern void emlxs_thread_trigger2(emlxs_thread_t *ethread,
H A Demlxs_fc.h328 emlxs_thread_t intr_thread;
1930 emlxs_thread_t iodone_thread;
1931 emlxs_thread_t *spawn_thread_head;
1932 emlxs_thread_t *spawn_thread_tail;