Searched refs:to_proc (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/android/ |
| A D | binder_trace.h | 101 int to_proc, int to_thread), 102 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread), 107 __field(int, to_proc) 116 __entry->to_proc = to_proc; 123 __entry->to_proc, __entry->to_thread, __entry->code, 134 __field(int, to_proc) 143 __entry->to_proc = t->to_proc->pid; 151 __entry->to_proc, __entry->to_thread,
|
| A D | binder_internal.h | 129 int to_proc; member 535 struct binder_proc *to_proc; member
|
| A D | binder.c | 1496 to_proc = t->to_proc ? t->to_proc->pid : 0; in binder_txn_latency_free() 2499 in_reply_to->to_proc ? in binder_transaction() 2500 in_reply_to->to_proc->pid : 0, in binder_transaction() 2636 tmp->to_proc ? tmp->to_proc->pid : 0, in binder_transaction() 2665 e->to_proc = target_proc->pid; in binder_transaction() 2714 t->to_proc = target_proc; in binder_transaction() 4403 t->to_proc = NULL; in binder_thread_release() 5369 struct binder_proc *to_proc; in print_binder_transaction_ilocked() local 5373 to_proc = t->to_proc; in print_binder_transaction_ilocked() 5379 to_proc ? to_proc->pid : 0, in print_binder_transaction_ilocked() [all …]
|
Completed in 42 milliseconds