Searched refs:to_proc (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/android/ |
D | binder_trace.h | 113 __field(int, to_proc) 122 __entry->to_proc = t->to_proc->pid; 130 __entry->to_proc, __entry->to_thread,
|
D | binder.c | 185 int to_proc; member 360 struct binder_proc *to_proc; member 1353 in_reply_to->to_proc ? in binder_transaction() 1354 in_reply_to->to_proc->pid : 0, in binder_transaction() 1416 tmp->to_proc ? tmp->to_proc->pid : 0, in binder_transaction() 1437 e->to_proc = target_proc->pid; in binder_transaction() 1479 t->to_proc = target_proc; in binder_transaction() 2573 t->to_proc = NULL; in binder_free_thread() 3231 t->to_proc ? t->to_proc->pid : 0, in print_binder_transaction() 3615 e->from_thread, e->to_proc, e->to_thread, e->to_node, in print_binder_transaction_log_entry()
|