Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c359 queue_work(gt->usm.pf_wq, &pf_queue->worker); in xe_guc_pagefault_handler()
405 queue_work(gt->usm.pf_wq, w); in pf_queue_work_func()
422 destroy_workqueue(gt->usm.pf_wq); in pagefault_fini()
480 gt->usm.pf_wq = alloc_workqueue("xe_gt_page_fault_work_queue", in xe_gt_pagefault_init()
482 if (!gt->usm.pf_wq) in xe_gt_pagefault_init()
489 destroy_workqueue(gt->usm.pf_wq); in xe_gt_pagefault_init()
H A Dxe_gt_types.h241 struct workqueue_struct *pf_wq; member
H A Dxe_svm.c126 queue_work(xe_device_get_root_tile(xe)->primary_gt->usm.pf_wq, in xe_svm_garbage_collector_add_range()