Lines Matching refs:n_in_progress
105 object->n_in_progress++; in fscache_run_op()
136 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
172 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
195 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
205 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
259 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
343 if (object->n_in_progress > 0) in fscache_start_operations()
354 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
357 object->n_in_progress, object->debug_id); in fscache_start_operations()
395 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
398 object->n_in_progress--; in fscache_cancel_op()
399 if (object->n_in_progress == 0) in fscache_cancel_op()
464 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
468 object->n_in_progress, ==, 1); in fscache_op_complete()
483 object->n_in_progress--; in fscache_op_complete()
484 if (object->n_in_progress == 0) in fscache_op_complete()