Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder.c3873 struct binder_thread *t_from; in binder_thread_read() local
4098 t_from = binder_get_txn_from(t); in binder_thread_read()
4099 if (t_from) { in binder_thread_read()
4100 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4115 if (t_from) in binder_thread_read()
4116 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4150 if (t_from) in binder_thread_read()
4151 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4160 if (t_from) in binder_thread_read()
4161 binder_thread_dec_tmpref(t_from); in binder_thread_read()
[all …]