The function name used to be take_op_budget() until an underscore
was prepended. Change the reference in the comment to match the actual
function name.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
assert(op->ops.size() == op->out_handler.size());
// throttle. before we look at any state, because
- // take_op_budget() may drop our lock while it blocks.
+ // _take_op_budget() may drop our lock while it blocks.
if (!op->ctx_budgeted || (ctx_budget && (*ctx_budget == -1))) {
int op_budget = _take_op_budget(op);
// take and pass out the budget for the first OP