Searched refs:to_thread (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/android/ |
H A 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,
|
H A D | binder.c | 209 int to_thread; member 1565 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local 1571 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free() 1574 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free() 2968 if (in_reply_to->to_thread != thread) { in binder_transaction() 2974 in_reply_to->to_thread ? in binder_transaction() 2975 in_reply_to->to_thread->pid : 0); in binder_transaction() 3113 if (tmp->to_thread != thread) { in binder_transaction() 3118 tmp->to_thread ? in binder_transaction() 3119 tmp->to_thread->pid : 0); in binder_transaction() [all …]
|
H A D | binder_internal.h | 522 struct binder_thread *to_thread; member
|