Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf.c22 static void pf_worker_restart_func(struct work_struct *w);
50 INIT_WORK(&gt->sriov.pf.workers.restart, pf_worker_restart_func); in pf_init_workers()
187 static void pf_worker_restart_func(struct work_struct *w) in pf_worker_restart_func() function