Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder_trace.h106 __field(int, to_thread)
115 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
122 __entry->to_proc, __entry->to_thread,
Dbinder_internal.h126 int to_thread; member
Dbinder.c578 struct binder_thread *to_thread; member
2891 if (in_reply_to->to_thread != thread) { in binder_transaction()
2897 in_reply_to->to_thread ? in binder_transaction()
2898 in_reply_to->to_thread->pid : 0); in binder_transaction()
3022 if (tmp->to_thread != thread) { in binder_transaction()
3027 tmp->to_thread ? in binder_transaction()
3028 tmp->to_thread->pid : 0); in binder_transaction()
3054 e->to_thread = target_thread->pid; in binder_transaction()
3105 t->to_thread = target_thread; in binder_transaction()
4545 t->to_thread = thread; in binder_thread_read()
[all …]