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

/linux-master/drivers/android/
H 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
[all...]
H A Dbinder.c209 int to_thread; member in struct:binder_transaction_log_entry
1567 int from_proc, from_thread, to_proc, to_thread; local
1573 to_thread = t->to_thread ? t->to_thread->pid : 0;
1576 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread);
2968 if (in_reply_to->to_thread != thread) {
2974 in_reply_to->to_thread ?
2975 in_reply_to->to_thread->pid : 0);
3113 if (tmp->to_thread !
[all...]
H A Dbinder_internal.h522 struct binder_thread *to_thread; member in struct:binder_transaction
537 * @lock: protects @from, @to_proc, and @to_thread
539 * @from, @to_proc, and @to_thread can be set to NULL

Completed in 154 milliseconds