Lines Matching refs:n_in_progress
106 object->n_in_progress++; in fscache_run_op()
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()
196 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
206 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
344 if (object->n_in_progress > 0) in fscache_start_operations()
355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
358 object->n_in_progress, object->debug_id); in fscache_start_operations()
396 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
399 object->n_in_progress--; in fscache_cancel_op()
400 if (object->n_in_progress == 0) in fscache_cancel_op()
465 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
469 object->n_in_progress, ==, 1); in fscache_op_complete()
484 object->n_in_progress--; in fscache_op_complete()
485 if (object->n_in_progress == 0) in fscache_op_complete()