Home
last modified time | relevance | path

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

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