i915_sw_fence.c | 510 struct task_ipc { struct 517 static void task_ipc(struct work_struct *work) function in typeref:typename:void 519 struct task_ipc *ipc = container_of(work, typeof(*ipc), work); 530 struct task_ipc ipc; 547 INIT_WORK_ONSTACK(&ipc.work, task_ipc);
|