Searched refs:to_thread (Results 1 – 3 of 3) sorted by relevance
106 __field(int, to_thread)115 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;122 __entry->to_proc, __entry->to_thread,
128 int to_thread; member
574 struct binder_thread *to_thread; member2864 if (in_reply_to->to_thread != thread) { in binder_transaction()2870 in_reply_to->to_thread ? in binder_transaction()2871 in_reply_to->to_thread->pid : 0); in binder_transaction()3001 if (tmp->to_thread != thread) { in binder_transaction()3006 tmp->to_thread ? in binder_transaction()3007 tmp->to_thread->pid : 0); in binder_transaction()3033 e->to_thread = target_thread->pid; in binder_transaction()3084 t->to_thread = target_thread; in binder_transaction()4531 t->to_thread = thread; in binder_thread_read()[all …]