Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_trace.h130 __field(int, to_thread)
139 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
146 __entry->to_proc, __entry->to_thread,
H A Dbinder.c184 int to_thread; member
3025 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 …]
H A Dbinder_internal.h556 struct binder_thread *to_thread; member