Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c4802 struct binder_thread *t_from; in binder_thread_read() local
5070 t_from = binder_get_txn_from(t); in binder_thread_read()
5071 if (t_from) { in binder_thread_read()
5072 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
5087 if (t_from) in binder_thread_read()
5088 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5122 if (t_from) in binder_thread_read()
5123 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5132 if (t_from) in binder_thread_read()
5133 binder_thread_dec_tmpref(t_from); in binder_thread_read()
[all …]