Searched refs:to_thread (Results 1 – 2 of 2) sorted by relevance
114 __field(int, to_thread)123 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;130 __entry->to_proc, __entry->to_thread,
186 int to_thread; member361 struct binder_thread *to_thread; member1350 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 …]