Lines Matching refs:commands_outstanding
539 atomic_read(&h->commands_outstanding)); in host_show_commands_outstanding()
926 static DEVICE_ATTR(commands_outstanding, S_IRUGO,
1007 atomic_dec(&h->commands_outstanding); in next_command()
1156 atomic_inc(&h->commands_outstanding); in __enqueue_cmd_and_start_io()
1161 atomic_inc(&c->device->commands_outstanding); in __enqueue_cmd_and_start_io()
2471 atomic_dec(&dev->commands_outstanding); in hpsa_cmd_resolve_events()
2473 atomic_read(&dev->commands_outstanding) <= 0) in hpsa_cmd_resolve_events()
3185 atomic_dec(&dev->commands_outstanding); in hpsa_do_reset()
3187 atomic_read(&dev->commands_outstanding) <= 0 || in hpsa_do_reset()
6100 if (atomic_read(&dev->commands_outstanding) > 0) in hpsa_eh_device_reset_handler()
8246 atomic_dec(&h->commands_outstanding); in fail_all_outstanding_cmds()