Lines Matching refs:n_ops
94 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
95 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
101 object->n_ops++; in fscache_submit_exclusive_op()
123 object->n_ops++; in fscache_submit_exclusive_op()
162 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
199 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
200 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
209 object->n_ops++; in fscache_submit_op()
227 object->n_ops++; in fscache_submit_op()
286 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
446 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
447 object->n_ops--; in fscache_put_operation()
448 if (object->n_ops == 0) in fscache_put_operation()
493 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()
494 object->n_ops--; in fscache_operation_gc()
495 if (object->n_ops == 0) in fscache_operation_gc()