Lines Matching refs:n_in_progress
70 object->n_in_progress++; in fscache_run_op()
94 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
104 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
114 ASSERTCMP(object->n_in_progress, ==, 0); 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()
275 if (object->n_in_progress > 0) in fscache_start_operations()
286 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
289 object->n_in_progress, object->debug_id); in fscache_start_operations()
372 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
376 object->n_in_progress, ==, 1); in fscache_op_complete()
385 object->n_in_progress--; in fscache_op_complete()
386 if (object->n_in_progress == 0) in fscache_op_complete()