Home
last modified time | relevance | path

Searched refs:intr_thread (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S126 ! job queue for intr_thread or current_thread
131 ! intr_thread starts at DISP_LEVEL to prevent preemption
138 sethi %hi(intr_thread), %g1 ! %g1 = intr_thread
141 or %g1, %lo(intr_thread), %g1
340 ENTRY_NP(intr_thread) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c442 emlxs_thread_create(hba, &hba->chan[i].intr_thread); in emlxs_msi_init()
572 emlxs_thread_destroy(&hba->chan[i].intr_thread); in emlxs_msi_uninit()
837 emlxs_thread_create(hba, &hba->chan[i].intr_thread); in emlxs_intx_init()
871 emlxs_thread_destroy(&hba->chan[i].intr_thread); in emlxs_intx_uninit()
H A Demlxs_fcp.c3880 emlxs_thread_trigger2(&cp->intr_thread, in emlxs_iotag_flush()
H A Demlxs_sli4.c5946 emlxs_thread_trigger2(&cp->intr_thread, in emlxs_sli4_hba_flush_chipq()
7350 emlxs_thread_trigger2(&cp->intr_thread, in emlxs_sli4_process_eq()
H A Demlxs_sli3.c4990 emlxs_thread_trigger2(&cp->intr_thread, emlxs_proc_channel, cp); in emlxs_sli3_handle_ring_event()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h328 emlxs_thread_t intr_thread; member