Home
last modified time | relevance | path

Searched refs:to_proc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/binder/
H A Drust_binder_events.h78 __field(int, to_proc)
90 __entry->to_proc = rust_binder_process_task(to)->pid;
98 __entry->to_proc, __entry->to_thread,
H A Drust_binder.h42 size_t to_proc; member
87 void *p = *(void **) (t + RUST_BINDER_LAYOUT.t.to_proc); in rust_binder_transaction_to_proc()
H A Dtransaction.rs61 to_proc: offset_of!(Transaction, to),
/linux/drivers/android/
H A Dbinder.c213 int to_proc; member
1647 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1652 to_proc = t->to_proc ? t->to_proc->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()
1661 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction()
2226 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder()
2278 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle()
2352 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd()
2733 struct binder_proc *target_proc = t->to_proc; in binder_fixup_parent()
2784 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
[all …]