Lines Matching refs:outstanding_txns
1574 target_proc->outstanding_txns--; in binder_free_transaction()
1575 if (target_proc->outstanding_txns < 0) in binder_free_transaction()
1577 __func__, target_proc->outstanding_txns); in binder_free_transaction()
1578 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()
2786 proc->outstanding_txns--; in binder_proc_transaction()
2795 proc->outstanding_txns++; in binder_proc_transaction()
3588 target_proc->outstanding_txns++; in binder_transaction()
4890 if (proc->outstanding_txns) in binder_free_proc()
4892 __func__, proc->outstanding_txns); in binder_free_proc()
4955 thread->proc->outstanding_txns--; in binder_thread_release()
5202 if (proc->outstanding_txns > 0) in binder_txns_pending_ilocked()
5241 (!target_proc->outstanding_txns), in binder_ioctl_freeze()