Home
last modified time | relevance | path

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

/Linux-v6.1/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.c207 int to_proc; member
1556 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1561 to_proc = t->to_proc ? t->to_proc->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()
1570 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction()
2120 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder()
2172 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle()
2246 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd()
2627 struct binder_proc *target_proc = t->to_proc; in binder_fixup_parent()
2677 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
[all …]
Dbinder_internal.h518 struct binder_proc *to_proc; member