Searched refs:to_proc (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), 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,
|
D | binder_internal.h | 129 int to_proc; member 531 struct binder_proc *to_proc; member
|
D | binder.c | 1491 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local 1496 to_proc = t->to_proc ? t->to_proc->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() 1505 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction() 2041 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder() 2093 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle() 2167 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd() 2233 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd_array() 2290 struct binder_proc *target_proc = t->to_proc; in binder_fixup_parent() 2500 in_reply_to->to_proc ? in binder_transaction() [all …]
|