Searched refs:outstanding_txns (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/android/
H A Dbinder.c1585 target_proc->outstanding_txns--;
1586 if (target_proc->outstanding_txns < 0)
1587 pr_warn("%s: Unexpected outstanding_txns %d\n",
1588 __func__, target_proc->outstanding_txns);
1589 if (!target_proc->outstanding_txns && target_proc->is_frozen)
2813 proc->outstanding_txns--;
2822 proc->outstanding_txns++;
3618 target_proc->outstanding_txns++;
4922 if (proc->outstanding_txns)
4923 pr_warn("%s: Unexpected outstanding_txns
[all...]
H A Dbinder_internal.h353 * @outstanding_txns: number of transactions to be transmitted before
414 int outstanding_txns; member in struct:binder_proc

Completed in 123 milliseconds