Lines Matching refs:t_from
4432 struct binder_thread *t_from; in binder_thread_read() local
4660 t_from = binder_get_txn_from(t); in binder_thread_read()
4661 if (t_from) { in binder_thread_read()
4662 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4677 if (t_from) in binder_thread_read()
4678 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4712 if (t_from) in binder_thread_read()
4713 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4722 if (t_from) in binder_thread_read()
4723 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4740 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
4741 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
4746 if (t_from) in binder_thread_read()
4747 binder_thread_dec_tmpref(t_from); in binder_thread_read()