Home
last modified time | relevance | path

Searched refs:from_proc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs1699 let (from_proc, mut mask) = thread.poll(file, table); in poll()
1700 if mask == 0 && from_proc && !this.inner.lock().work.is_empty() { in poll()
/linux/drivers/android/
H A Dbinder.c210 int from_proc; member
1647 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1650 from_proc = t->from ? t->from->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()
3093 e->from_proc = proc->pid; in binder_transaction()
6951 ((e->call_type == 1) ? "async" : "call "), e->from_proc, in print_binder_transaction_log_entry()