Lines Matching refs:t_from
4713 struct binder_thread *t_from; in binder_thread_read() local
4981 t_from = binder_get_txn_from(t); in binder_thread_read()
4982 if (t_from) { in binder_thread_read()
4983 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4998 if (t_from) in binder_thread_read()
4999 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5033 if (t_from) in binder_thread_read()
5034 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5043 if (t_from) in binder_thread_read()
5044 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5061 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
5062 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
5067 if (t_from) in binder_thread_read()
5068 binder_thread_dec_tmpref(t_from); in binder_thread_read()