Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder_trace.h114 __field(int, to_thread)
123 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
130 __entry->to_proc, __entry->to_thread,
Dbinder.c186 int to_thread; member
361 struct binder_thread *to_thread; member
1350 if (in_reply_to->to_thread != thread) { in binder_transaction()
1355 in_reply_to->to_thread ? in binder_transaction()
1356 in_reply_to->to_thread->pid : 0); in binder_transaction()
1413 if (tmp->to_thread != thread) { in binder_transaction()
1417 tmp->to_thread ? in binder_transaction()
1418 tmp->to_thread->pid : 0); in binder_transaction()
1430 e->to_thread = target_thread->pid; in binder_transaction()
1480 t->to_thread = target_thread; in binder_transaction()
[all …]