Searched refs:iothread (Results 1 – 8 of 8) sorted by relevance
423 p->iothread = thread; in bnx2i_cpu_online()437 thread = p->iothread; in bnx2i_cpu_offline()438 p->iothread = NULL; in bnx2i_cpu_offline()493 p->iothread = NULL; in bnx2i_mod_init()
778 struct task_struct *iothread; member
1923 if (unlikely(!p->iothread)) { in bnx2i_queue_scsi_cmd_resp()1936 wake_up_process(p->iothread); in bnx2i_queue_scsi_cmd_resp()
379 struct task_struct *iothread; member
1289 if (unlikely(!p->iothread)) in qedi_process_completions()1310 wake_up_process(p->iothread); in qedi_process_completions()1961 p->iothread = thread; in qedi_cpu_online()1974 thread = p->iothread; in qedi_cpu_offline()1975 p->iothread = NULL; in qedi_cpu_offline()2911 p->iothread = NULL; in qedi_init()
170 struct task_struct *iothread; member
2618 p->iothread = thread; in bnx2fc_cpu_online()2634 thread = p->iothread; in bnx2fc_cpu_offline()2635 p->iothread = NULL; in bnx2fc_cpu_offline()
1047 if (fps->iothread) { in bnx2fc_pending_work()1052 wake_up_process(fps->iothread); in bnx2fc_pending_work()
Completed in 31 milliseconds