Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dhpsa.h254 struct delayed_work event_monitor_work; member
Dhpsa.c8560 struct ctlr_info, event_monitor_work); in hpsa_event_monitor_worker()
8577 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work, in hpsa_event_monitor_worker()
8889 INIT_DELAYED_WORK(&h->event_monitor_work, hpsa_event_monitor_worker); in hpsa_init_one()
8890 schedule_delayed_work(&h->event_monitor_work, in hpsa_init_one()
9072 cancel_delayed_work_sync(&h->event_monitor_work); in hpsa_remove_one()