Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/android/
A 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,
A Dbinder.c207 int to_proc; member
1561 to_proc = t->to_proc ? t->to_proc->pid : 0; in binder_txn_latency_free()
2677 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
2679 if (t1->to_proc->tsk == t2->to_proc->tsk && t1->code == t2->code && in binder_can_update_transaction()
2946 in_reply_to->to_proc ? in binder_transaction()
3091 tmp->to_proc ? tmp->to_proc->pid : 0, in binder_transaction()
3173 t->to_proc = target_proc; in binder_transaction()
4956 t->to_proc = NULL; in binder_thread_release()
5935 to_proc = t->to_proc; in print_binder_transaction_ilocked()
5941 to_proc ? to_proc->pid : 0, in print_binder_transaction_ilocked()
[all …]
A Dbinder_internal.h519 struct binder_proc *to_proc; member

Completed in 18 milliseconds