Searched refs:to_proc (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/android/
H A Dbinder_trace.h113 __field(int, to_proc)
122 __entry->to_proc = t->to_proc->pid;
130 __entry->to_proc, __entry->to_thread,
H A Dbinder.c182 int to_proc; member in struct:binder_transaction_log_entry
357 struct binder_proc *to_proc; member in struct:binder_transaction
1351 in_reply_to->to_proc ?
1352 in_reply_to->to_proc->pid : 0,
1413 tmp->to_proc ? tmp->to_proc->pid : 0,
1434 e->to_proc = target_proc->pid;
1476 t->to_proc = target_proc;
2572 t->to_proc = NULL;
3230 t->to_proc
[all...]

Completed in 55 milliseconds