Lines Matching refs:n_ops
133 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
169 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
170 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
189 object->n_ops++; in fscache_submit_exclusive_op()
211 object->n_ops++; in fscache_submit_exclusive_op()
256 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
257 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
276 object->n_ops++; in fscache_submit_op()
294 object->n_ops++; in fscache_submit_op()
351 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
545 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
546 object->n_ops--; in fscache_put_operation()
547 if (object->n_ops == 0) in fscache_put_operation()
595 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()
596 object->n_ops--; in fscache_operation_gc()
597 if (object->n_ops == 0) in fscache_operation_gc()