Home
last modified time | relevance | path

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

/linux/drivers/android/
A Dbinder_internal.h435 int outstanding_txns; member
A Dbinder.c1509 target_proc->outstanding_txns--; in binder_free_transaction()
1510 if (target_proc->outstanding_txns < 0) in binder_free_transaction()
1512 __func__, target_proc->outstanding_txns); in binder_free_transaction()
1513 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()
2396 proc->outstanding_txns++; in binder_proc_transaction()
3048 target_proc->outstanding_txns++; in binder_transaction()
4337 if (proc->outstanding_txns) in binder_free_proc()
4339 __func__, proc->outstanding_txns); in binder_free_proc()
4402 thread->proc->outstanding_txns--; in binder_thread_release()
4655 if (proc->outstanding_txns > 0) in binder_txns_pending_ilocked()
[all …]

Completed in 34 milliseconds