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