Lines Matching refs:n_ops
136 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
172 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
173 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
192 object->n_ops++; in fscache_submit_exclusive_op()
214 object->n_ops++; in fscache_submit_exclusive_op()
259 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
260 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
279 object->n_ops++; in fscache_submit_op()
297 object->n_ops++; in fscache_submit_op()
354 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
548 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
549 object->n_ops--; in fscache_put_operation()
550 if (object->n_ops == 0) in fscache_put_operation()
598 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()
599 object->n_ops--; in fscache_operation_gc()
600 if (object->n_ops == 0) in fscache_operation_gc()