Searched refs:t_from (Results 1 – 1 of 1) sorted by relevance
4443 struct binder_thread *t_from; in binder_thread_read() local4671 t_from = binder_get_txn_from(t); in binder_thread_read()4672 if (t_from) { in binder_thread_read()4673 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()4688 if (t_from) in binder_thread_read()4689 binder_thread_dec_tmpref(t_from); in binder_thread_read()4723 if (t_from) in binder_thread_read()4724 binder_thread_dec_tmpref(t_from); in binder_thread_read()4733 if (t_from) in binder_thread_read()4734 binder_thread_dec_tmpref(t_from); in binder_thread_read()[all …]