Searched refs:outstanding_txns (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_internal.h353 * @outstanding_txns: number of transactions to be transmitted before
414 int outstanding_txns; member in struct:binder_proc
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)
2811 proc->outstanding_txns--;
2820 proc->outstanding_txns++;
3616 target_proc->outstanding_txns++;
4920 if (proc->outstanding_txns)
4921 pr_warn("%s: Unexpected outstanding_txns
[all...]

Completed in 432 milliseconds