Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/android/
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,
Dbinder.c208 int to_thread; member
1556 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1562 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free()
1565 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
2934 if (in_reply_to->to_thread != thread) { in binder_transaction()
2940 in_reply_to->to_thread ? in binder_transaction()
2941 in_reply_to->to_thread->pid : 0); in binder_transaction()
3079 if (tmp->to_thread != thread) { in binder_transaction()
3084 tmp->to_thread ? in binder_transaction()
3085 tmp->to_thread->pid : 0); in binder_transaction()
[all …]
Dbinder_internal.h519 struct binder_thread *to_thread; member