Lines Matching refs:t_from
4233 struct binder_thread *t_from; in binder_thread_read() local
4453 t_from = binder_get_txn_from(t); in binder_thread_read()
4454 if (t_from) { in binder_thread_read()
4455 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4470 if (t_from) in binder_thread_read()
4471 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4505 if (t_from) in binder_thread_read()
4506 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4515 if (t_from) in binder_thread_read()
4516 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4533 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
4534 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
4539 if (t_from) in binder_thread_read()
4540 binder_thread_dec_tmpref(t_from); in binder_thread_read()