Lines Matching refs:n_ops
137 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
173 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
174 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
193 object->n_ops++; in fscache_submit_exclusive_op()
215 object->n_ops++; in fscache_submit_exclusive_op()
260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
261 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
280 object->n_ops++; in fscache_submit_op()
298 object->n_ops++; in fscache_submit_op()
355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
549 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
550 object->n_ops--; in fscache_put_operation()
551 if (object->n_ops == 0) in fscache_put_operation()
599 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()
600 object->n_ops--; in fscache_operation_gc()
601 if (object->n_ops == 0) in fscache_operation_gc()