Lines Matching refs:t_from
3889 struct binder_thread *t_from; in binder_thread_read() local
4103 t_from = binder_get_txn_from(t); in binder_thread_read()
4104 if (t_from) { in binder_thread_read()
4105 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4123 if (t_from) in binder_thread_read()
4124 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4133 if (t_from) in binder_thread_read()
4134 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4150 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
4151 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
4155 if (t_from) in binder_thread_read()
4156 binder_thread_dec_tmpref(t_from); in binder_thread_read()