Searched refs:health_work (Results 1 – 5 of 5) sorted by relevance
32 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_wdtimer_cb()235 INIT_WORK(&pdsc->health_work, pdsc_health_thread); in pdsc_init_pf()
172 struct work_struct health_work; member
285 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_adminq_post()
184 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_devcmd_locked()
572 struct pdsc *pdsc = container_of(work, struct pdsc, health_work); in pdsc_health_thread()