Home
last modified time | relevance | path

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

/linux/drivers/android/
A Dbinder_trace.h101 int to_proc, int to_thread),
102 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
108 __field(int, to_thread)
117 __entry->to_thread = to_thread;
123 __entry->to_proc, __entry->to_thread, __entry->code,
135 __field(int, to_thread)
144 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
151 __entry->to_proc, __entry->to_thread,
A Dbinder_internal.h130 int to_thread; member
536 struct binder_thread *to_thread; member
A Dbinder.c1497 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free()
2501 in_reply_to->to_thread ? in binder_transaction()
2632 if (tmp->to_thread != thread) { in binder_transaction()
2637 tmp->to_thread ? in binder_transaction()
2638 tmp->to_thread->pid : 0); in binder_transaction()
2715 t->to_thread = target_thread; in binder_transaction()
4181 t->to_thread = thread; in binder_thread_read()
4385 if (t->to_thread == thread) in binder_thread_release()
4401 if (t->to_thread == thread) { in binder_thread_release()
4404 t->to_thread = NULL; in binder_thread_release()
[all …]

Completed in 20 milliseconds