Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/amd/pds_core/
Dmain.c32 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_wdtimer_cb()
241 INIT_WORK(&pdsc->health_work, pdsc_health_thread); in pdsc_init_pf()
460 if (pdsc->health_work.func) in pdsc_stop_health_thread()
461 cancel_work_sync(&pdsc->health_work); in pdsc_stop_health_thread()
Dcore.h172 struct work_struct health_work; member
Dadminq.c311 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_adminq_post()
Ddev.c196 queue_work(pdsc->wq, &pdsc->health_work); in pdsc_devcmd_locked()
Dcore.c626 struct pdsc *pdsc = container_of(work, struct pdsc, health_work); in pdsc_health_thread()