Searched refs:task_ipc (Results 1 – 1 of 1) sorted by relevance
505 struct task_ipc { struct512 static void task_ipc(struct work_struct *work) in task_ipc() function514 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()