Lines Matching refs:t_from
4787 struct binder_thread *t_from; in binder_thread_read() local
5055 t_from = binder_get_txn_from(t); in binder_thread_read()
5056 if (t_from) { in binder_thread_read()
5057 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
5072 if (t_from) in binder_thread_read()
5073 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5107 if (t_from) in binder_thread_read()
5108 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5117 if (t_from) in binder_thread_read()
5118 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5135 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
5136 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
5139 if (t_from) in binder_thread_read()
5140 binder_thread_dec_tmpref(t_from); in binder_thread_read()