Lines Matching refs:n_in_progress
102 object->n_in_progress++; in fscache_run_op()
133 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
169 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
192 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
202 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
256 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
340 if (object->n_in_progress > 0) in fscache_start_operations()
351 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
354 object->n_in_progress, object->debug_id); in fscache_start_operations()
392 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
395 object->n_in_progress--; in fscache_cancel_op()
396 if (object->n_in_progress == 0) in fscache_cancel_op()
461 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
465 object->n_in_progress, ==, 1); in fscache_op_complete()
480 object->n_in_progress--; in fscache_op_complete()
481 if (object->n_in_progress == 0) in fscache_op_complete()