Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder_trace.h106 __field(int, to_thread)
115 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
122 __entry->to_proc, __entry->to_thread,
Dbinder_internal.h128 int to_thread; member
Dbinder.c574 struct binder_thread *to_thread; member
2864 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 …]