Searched refs:to_thread (Results 1 – 3 of 3) sorted by relevance
130 __field(int, to_thread)139 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;146 __entry->to_proc, __entry->to_thread,
184 int to_thread; member3025 if (in_reply_to->to_thread != thread) { in binder_transaction()3031 in_reply_to->to_thread ? in binder_transaction()3032 in_reply_to->to_thread->pid : 0); in binder_transaction()3157 if (tmp->to_thread != thread) { in binder_transaction()3162 tmp->to_thread ? in binder_transaction()3163 tmp->to_thread->pid : 0); in binder_transaction()3189 e->to_thread = target_thread->pid; in binder_transaction()3242 t->to_thread = target_thread; in binder_transaction()4791 t->to_thread = thread; in binder_thread_read()[all …]
556 struct binder_thread *to_thread; member