Lines Matching refs:outstanding_txns
1677 target_proc->outstanding_txns--; in binder_free_transaction()
1678 if (target_proc->outstanding_txns < 0) in binder_free_transaction()
1680 __func__, target_proc->outstanding_txns); in binder_free_transaction()
1681 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()
2891 proc->outstanding_txns--; in binder_proc_transaction()
2903 proc->outstanding_txns++; in binder_proc_transaction()
3660 target_proc->outstanding_txns++; in binder_transaction()
4951 if (proc->outstanding_txns) in binder_free_proc()
4953 __func__, proc->outstanding_txns); in binder_free_proc()
5018 thread->proc->outstanding_txns--; in binder_thread_release()
5273 if (proc->outstanding_txns > 0) in binder_txns_pending_ilocked()
5312 (!target_proc->outstanding_txns), in binder_ioctl_freeze()