Lines Matching refs:outstanding_txns
1670 target_proc->outstanding_txns--; in binder_free_transaction()
1671 if (target_proc->outstanding_txns < 0) in binder_free_transaction()
1673 __func__, target_proc->outstanding_txns); in binder_free_transaction()
1674 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()
2898 proc->outstanding_txns--; in binder_proc_transaction()
2907 proc->outstanding_txns++; in binder_proc_transaction()
3703 target_proc->outstanding_txns++; in binder_transaction()
5242 if (proc->outstanding_txns) in binder_free_proc()
5244 __func__, proc->outstanding_txns); in binder_free_proc()
5308 thread->proc->outstanding_txns--; in binder_thread_release()
5555 if (proc->outstanding_txns > 0) in binder_txns_pending_ilocked()
5646 (!target_proc->outstanding_txns), in binder_ioctl_freeze()