Searched refs:task_ipc (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c505 struct task_ipc { struct
512 static void task_ipc(struct work_struct *work) function
514 struct task_ipc *ipc = container_of(work, typeof(*ipc), work);
525 struct task_ipc ipc;
549 INIT_WORK_ONSTACK(&ipc.work, task_ipc);

Completed in 160 milliseconds