Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder_trace.h101 int to_proc, int to_thread),
102 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
107 __field(int, to_proc)
116 __entry->to_proc = to_proc;
123 __entry->to_proc, __entry->to_thread, __entry->code,
134 __field(int, to_proc)
143 __entry->to_proc = t->to_proc->pid;
151 __entry->to_proc, __entry->to_thread,
Dbinder.c208 int to_proc; member
1557 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1562 to_proc = t->to_proc ? t->to_proc->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()
1571 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction()
2135 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder()
2187 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle()
2261 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd()
2642 struct binder_proc *target_proc = t->to_proc; in binder_fixup_parent()
2692 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
[all …]
Dbinder_internal.h521 struct binder_proc *to_proc; member