Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder.c4219 struct binder_thread *t_from; in binder_thread_read() local
4439 t_from = binder_get_txn_from(t); in binder_thread_read()
4440 if (t_from) { in binder_thread_read()
4441 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4456 if (t_from) in binder_thread_read()
4457 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4491 if (t_from) in binder_thread_read()
4492 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4501 if (t_from) in binder_thread_read()
4502 binder_thread_dec_tmpref(t_from); in binder_thread_read()
[all …]