Searched refs:t_from (Results 1 – 1 of 1) sorted by relevance
4787 struct binder_thread *t_from; in binder_thread_read() local5055 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()[all …]