Lines Matching refs:to_thread
214 int to_thread; member
1647 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1653 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free()
1656 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
3032 if (t->to_thread && in binder_netlink_report()
3033 nla_put_u32(skb, BINDER_A_REPORT_TO_TID, t->to_thread->pid)) in binder_netlink_report()
3142 if (in_reply_to->to_thread != thread) { in binder_transaction()
3148 in_reply_to->to_thread ? in binder_transaction()
3149 in_reply_to->to_thread->pid : 0); in binder_transaction()
3285 if (tmp->to_thread != thread) { in binder_transaction()
3290 tmp->to_thread ? in binder_transaction()
3291 tmp->to_thread->pid : 0); in binder_transaction()
3318 t->to_thread = target_thread; in binder_transaction()
3320 e->to_thread = target_thread->pid; in binder_transaction()
5145 t->to_thread = thread; in binder_thread_read()
5364 if (t->to_thread == thread) in binder_thread_release()
5378 (t->to_thread == thread) ? "in" : "out"); in binder_thread_release()
5380 if (t->to_thread == thread) { in binder_thread_release()
5383 t->to_thread = NULL; in binder_thread_release()
6406 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction_ilocked()
6509 } else if (t->to_thread == thread) { in print_binder_thread_ilocked()
6952 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()