Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/android/
Dbinder.c4397 struct binder_thread *t_from; in binder_thread_read() local
4622 t_from = binder_get_txn_from(t); in binder_thread_read()
4623 if (t_from) { in binder_thread_read()
4624 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4639 if (t_from) in binder_thread_read()
4640 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4674 if (t_from) in binder_thread_read()
4675 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4684 if (t_from) in binder_thread_read()
4685 binder_thread_dec_tmpref(t_from); in binder_thread_read()
[all …]