Searched refs:to_thread (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/android/ |
D | binder_trace.h | 101 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,
|
D | binder.c | 209 int to_thread; member 1557 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local 1563 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free() 1566 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free() 2958 if (in_reply_to->to_thread != thread) { in binder_transaction() 2964 in_reply_to->to_thread ? in binder_transaction() 2965 in_reply_to->to_thread->pid : 0); in binder_transaction() 3103 if (tmp->to_thread != thread) { in binder_transaction() 3108 tmp->to_thread ? in binder_transaction() 3109 tmp->to_thread->pid : 0); in binder_transaction() [all …]
|
D | binder_internal.h | 522 struct binder_thread *to_thread; member
|