Home
last modified time | relevance | path

Searched refs:health_work (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Dmain.c34 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_wdtimer_cb()
247 INIT_WORK(&pdsc->health_work, pdsc_health_thread); in pdsc_init_pf()
479 if (pdsc->health_work.func && !pdsc->health_stopped) { in pdsc_stop_health_thread()
480 disable_work_sync(&pdsc->health_work); in pdsc_stop_health_thread()
491 enable_work(&pdsc->health_work); in pdsc_restart_health_thread()
H A Dadminq.c313 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_adminq_post()
H A Dcore.h196 struct work_struct health_work; member
H A Ddev.c205 queue_work(pdsc->wq, &pdsc->health_work); in __pdsc_devcmd_locked()
H A Dcore.c657 struct pdsc *pdsc = container_of(work, struct pdsc, health_work); in pdsc_health_thread()