Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c411 static void acc_queue_work_func(struct work_struct *w);
477 INIT_WORK(&gt->usm.acc_queue[i].worker, acc_queue_work_func); in xe_gt_pagefault_init()
648 static void acc_queue_work_func(struct work_struct *w) in acc_queue_work_func() function