Lines Matching refs:t_from
4397 struct binder_thread *t_from; in binder_thread_read() local
4622 t_from = binder_get_txn_from(t); in binder_thread_read()
4623 if (t_from) { in binder_thread_read()
4624 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4639 if (t_from) in binder_thread_read()
4640 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4674 if (t_from) in binder_thread_read()
4675 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4684 if (t_from) in binder_thread_read()
4685 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4702 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
4703 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
4708 if (t_from) in binder_thread_read()
4709 binder_thread_dec_tmpref(t_from); in binder_thread_read()