Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_pagefault.c347 queue_work(gt->usm.pf_wq, &pf_queue->worker); in xe_guc_pagefault_handler()
393 queue_work(gt->usm.pf_wq, w); in pf_queue_work_func()
410 destroy_workqueue(gt->usm.pf_wq); in pagefault_fini()
461 gt->usm.pf_wq = alloc_workqueue("xe_gt_page_fault_work_queue", in xe_gt_pagefault_init()
463 if (!gt->usm.pf_wq) in xe_gt_pagefault_init()
470 destroy_workqueue(gt->usm.pf_wq); in xe_gt_pagefault_init()
Dxe_gt_types.h237 struct workqueue_struct *pf_wq; member