Searched refs:to_thread (Results 1 – 2 of 2) sorted by relevance
115 __field(int, to_thread)124 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;131 __entry->to_proc, __entry->to_thread,
227 int to_thread; member620 struct binder_thread *to_thread; member2765 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 …]