Lines Matching refs:n_ops
128 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
162 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
163 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
182 object->n_ops++; in fscache_submit_exclusive_op()
204 object->n_ops++; in fscache_submit_exclusive_op()
247 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
248 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
267 object->n_ops++; in fscache_submit_op()
285 object->n_ops++; in fscache_submit_op()
342 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
527 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
528 object->n_ops--; in fscache_put_operation()
529 if (object->n_ops == 0) in fscache_put_operation()
575 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()
576 object->n_ops--; in fscache_operation_gc()
577 if (object->n_ops == 0) in fscache_operation_gc()