Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder.c4233 struct binder_thread *t_from; in binder_thread_read() local
4453 t_from = binder_get_txn_from(t); in binder_thread_read()
4454 if (t_from) { in binder_thread_read()
4455 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4470 if (t_from) in binder_thread_read()
4471 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4505 if (t_from) in binder_thread_read()
4506 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4515 if (t_from) in binder_thread_read()
4516 binder_thread_dec_tmpref(t_from); in binder_thread_read()
[all …]