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()
2781 proc->outstanding_txns--; in binder_proc_transaction()
2790 proc->outstanding_txns++; in binder_proc_transaction()
3580 target_proc->outstanding_txns++; in binder_transaction()
4871 if (proc->outstanding_txns) in binder_free_proc()
4873 __func__, proc->outstanding_txns); in binder_free_proc()
4936 thread->proc->outstanding_txns--; in binder_thread_release()
5189 if (proc->outstanding_txns > 0) in binder_txns_pending_ilocked()
5228 (!target_proc->outstanding_txns), in binder_ioctl_freeze()