Searched refs:monitor_ctlr_wq (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Dhpsa.h307 struct workqueue_struct *monitor_ctlr_wq; member in struct:ctlr_info
H A Dhpsa.c8224 if (h->monitor_ctlr_wq) {
8225 destroy_workqueue(h->monitor_ctlr_wq);
8226 h->monitor_ctlr_wq = NULL;
8577 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work,
8623 queue_delayed_work(h->monitor_ctlr_wq, &h->monitor_ctlr_work,
8787 h->monitor_ctlr_wq = hpsa_create_controller_wq(h, "monitor");
8788 if (!h->monitor_ctlr_wq) {
8924 if (h->monitor_ctlr_wq) {
8925 destroy_workqueue(h->monitor_ctlr_wq);
8926 h->monitor_ctlr_wq
[all...]

Completed in 467 milliseconds