Lines Matching refs:t_from
3873 struct binder_thread *t_from; in binder_thread_read() local
4098 t_from = binder_get_txn_from(t); in binder_thread_read()
4099 if (t_from) { in binder_thread_read()
4100 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4115 if (t_from) in binder_thread_read()
4116 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4150 if (t_from) in binder_thread_read()
4151 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4160 if (t_from) in binder_thread_read()
4161 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4178 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
4179 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
4184 if (t_from) in binder_thread_read()
4185 binder_thread_dec_tmpref(t_from); in binder_thread_read()