Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
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 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 Dtransaction.rs61 to_proc: offset_of!(Transaction, to),