Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_trace.h80 int to_proc, int to_thread),
81 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
86 __field(int, to_proc)
95 __entry->to_proc = to_proc;
102 __entry->to_proc, __entry->to_thread, __entry->code,
113 __field(int, to_proc)
122 __entry->to_proc = t->to_proc->pid;
130 __entry->to_proc, __entry->to_thread,
A Dbinder.c212 int to_proc; member
1660 to_proc = t->to_proc ? t->to_proc->pid : 0; in binder_txn_latency_free()
2792 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
2794 if (t1->to_proc->tsk == t2->to_proc->tsk && t1->code == t2->code && in binder_can_update_transaction()
3061 in_reply_to->to_proc ? in binder_transaction()
3204 tmp->to_proc ? tmp->to_proc->pid : 0, in binder_transaction()
3285 t->to_proc = target_proc; in binder_transaction()
5306 t->to_proc = NULL; in binder_thread_release()
6325 to_proc = t->to_proc; in print_binder_transaction_ilocked()
6331 to_proc ? to_proc->pid : 0, in print_binder_transaction_ilocked()
[all …]
A Dbinder_internal.h537 struct binder_proc *to_proc; member

Completed in 18 milliseconds