Searched refs:twork (Results 1 – 5 of 5) sorted by relevance
10 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work() argument12 twork->func = func; in init_task_work()15 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);
163 extern void key_change_session_keyring(struct callback_head *twork);
826 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring() argument829 struct cred *new = container_of(twork, struct cred, rcu); in key_change_session_keyring()
882 struct mtip_work *twork; in mtip_handle_irq() local904 twork = &dd->work[i]; in mtip_handle_irq()905 twork->completed = readl(port->completed[i]); in mtip_handle_irq()906 if (twork->completed) in mtip_handle_irq()913 twork = &dd->work[i]; in mtip_handle_irq()914 if (twork->completed) in mtip_handle_irq()916 twork->cpu_binding, in mtip_handle_irq()918 &twork->work); in mtip_handle_irq()
1148 struct delayed_work *twork = to_delayed_work(ptr); in bdisp_irq_timeout() local1149 struct bdisp_dev *bdisp = container_of(twork, struct bdisp_dev, in bdisp_irq_timeout()