Home
last modified time | relevance | path

Searched refs:t_from (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/android/
H A Dbinder.c4443 struct binder_thread *t_from; in binder_thread_read() local
4671 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 …]