Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c505 struct task_ipc { struct
512 static void task_ipc(struct work_struct *work) in task_ipc() argument
514 struct task_ipc *ipc = container_of(work, typeof(*ipc), work); in task_ipc()
525 struct task_ipc ipc; in test_ipc()
542 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()