Lines Matching refs:commands_outstanding
529 atomic_read(&h->commands_outstanding)); in host_show_commands_outstanding()
916 static DEVICE_ATTR(commands_outstanding, S_IRUGO,
993 atomic_dec(&h->commands_outstanding); in next_command()
1142 atomic_inc(&h->commands_outstanding); in __enqueue_cmd_and_start_io()
1144 atomic_inc(&c->device->commands_outstanding); in __enqueue_cmd_and_start_io()
2451 atomic_dec(&dev->commands_outstanding); in hpsa_cmd_resolve_events()
2453 atomic_read(&dev->commands_outstanding) <= 0) in hpsa_cmd_resolve_events()
3167 atomic_dec(&dev->commands_outstanding); in hpsa_do_reset()
3169 atomic_read(&dev->commands_outstanding) <= 0 || in hpsa_do_reset()
6039 if (atomic_read(&dev->commands_outstanding) > 0) in hpsa_eh_device_reset_handler()
8199 atomic_dec(&h->commands_outstanding); in fail_all_outstanding_cmds()