Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder_trace.h115 __field(int, to_thread)
124 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
131 __entry->to_proc, __entry->to_thread,
Dbinder.c227 int to_thread; member
620 struct binder_thread *to_thread; member
2765 if (in_reply_to->to_thread != thread) { in binder_transaction()
2771 in_reply_to->to_thread ? in binder_transaction()
2772 in_reply_to->to_thread->pid : 0); in binder_transaction()
2871 if (tmp->to_thread != thread) { in binder_transaction()
2876 tmp->to_thread ? in binder_transaction()
2877 tmp->to_thread->pid : 0); in binder_transaction()
2903 e->to_thread = target_thread->pid; in binder_transaction()
2953 t->to_thread = target_thread; in binder_transaction()
[all …]