Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c4474 struct binder_thread *t_from; in binder_thread_read() local
4698 t_from = binder_get_txn_from(t); in binder_thread_read()
4699 if (t_from) { in binder_thread_read()
4700 struct task_struct *sender = t_from->proc->tsk; in binder_thread_read()
4705 trace_android_vh_sync_txn_recvd(thread->task, t_from->task); in binder_thread_read()
4716 if (t_from) in binder_thread_read()
4717 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4751 if (t_from) in binder_thread_read()
4752 binder_thread_dec_tmpref(t_from); in binder_thread_read()
4761 if (t_from) in binder_thread_read()
[all …]