Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder.c4432 struct binder_thread *t_from; in binder_thread_read() local
4660 t_from = binder_get_txn_from(t); in binder_thread_read()
4661 if (t_from) { in binder_thread_read()
4662 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4677 if (t_from) in binder_thread_read()
4678 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4712 if (t_from) in binder_thread_read()
4713 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4722 if (t_from) in binder_thread_read()
4723 binder_thread_dec_tmpref(t_from); in binder_thread_read()
[all …]