Searched refs:to_thread (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/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_internal.h | 130 int to_thread; member 532 struct binder_thread *to_thread; member
|
D | binder.c | 1491 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local 1497 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free() 1500 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free() 2496 if (in_reply_to->to_thread != thread) { in binder_transaction() 2502 in_reply_to->to_thread ? in binder_transaction() 2503 in_reply_to->to_thread->pid : 0); in binder_transaction() 2633 if (tmp->to_thread != thread) { in binder_transaction() 2638 tmp->to_thread ? in binder_transaction() 2639 tmp->to_thread->pid : 0); in binder_transaction() 2665 e->to_thread = target_thread->pid; in binder_transaction() [all …]
|