Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_sw_fence.c510 struct task_ipc { struct
517 static void task_ipc(struct work_struct *work) in task_ipc() argument
519 struct task_ipc *ipc = container_of(work, typeof(*ipc), work); in task_ipc()
530 struct task_ipc ipc; in test_ipc()
547 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()