Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dhpsa.h254 struct delayed_work event_monitor_work; member
Dhpsa.c8535 struct ctlr_info, event_monitor_work); in hpsa_event_monitor_worker()
8552 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work, in hpsa_event_monitor_worker()
8868 INIT_DELAYED_WORK(&h->event_monitor_work, hpsa_event_monitor_worker); in hpsa_init_one()
8869 schedule_delayed_work(&h->event_monitor_work, in hpsa_init_one()
9051 cancel_delayed_work_sync(&h->event_monitor_work); in hpsa_remove_one()