Lines Matching refs:t_from
4219 struct binder_thread *t_from; in binder_thread_read() local
4439 t_from = binder_get_txn_from(t); in binder_thread_read()
4440 if (t_from) { in binder_thread_read()
4441 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4456 if (t_from) in binder_thread_read()
4457 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4491 if (t_from) in binder_thread_read()
4492 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4501 if (t_from) in binder_thread_read()
4502 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4519 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
4520 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
4525 if (t_from) in binder_thread_read()
4526 binder_thread_dec_tmpref(t_from); in binder_thread_read()