Lines Matching refs:outstanding_txns
1509 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()
2397 proc->outstanding_txns++; in binder_proc_transaction()
3058 target_proc->outstanding_txns++; in binder_transaction()
4346 if (proc->outstanding_txns) in binder_free_proc()
4348 __func__, proc->outstanding_txns); in binder_free_proc()
4410 thread->proc->outstanding_txns--; in binder_thread_release()
4666 if (proc->outstanding_txns > 0) in binder_txns_pending_ilocked()
4705 (!target_proc->outstanding_txns), in binder_ioctl_freeze()