Lines Matching refs:to_proc

207 	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()
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()
2947 in_reply_to->to_proc->pid : 0, in binder_transaction()
3091 tmp->to_proc ? tmp->to_proc->pid : 0, in binder_transaction()
3120 e->to_proc = target_proc->pid; in binder_transaction()
3173 t->to_proc = target_proc; in binder_transaction()
4956 t->to_proc = NULL; in binder_thread_release()
5931 struct binder_proc *to_proc; in print_binder_transaction_ilocked() local
5935 to_proc = t->to_proc; in print_binder_transaction_ilocked()
5941 to_proc ? to_proc->pid : 0, in print_binder_transaction_ilocked()
5946 if (proc != to_proc) { in print_binder_transaction_ilocked()
6419 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()