Lines Matching refs:commands_outstanding
540 atomic_read(&h->commands_outstanding)); in host_show_commands_outstanding()
927 static DEVICE_ATTR(commands_outstanding, S_IRUGO,
1004 atomic_dec(&h->commands_outstanding); in next_command()
1153 atomic_inc(&h->commands_outstanding); in __enqueue_cmd_and_start_io()
1155 atomic_inc(&c->device->commands_outstanding); in __enqueue_cmd_and_start_io()
2466 atomic_dec(&dev->commands_outstanding); in hpsa_cmd_resolve_events()
2468 atomic_read(&dev->commands_outstanding) <= 0) in hpsa_cmd_resolve_events()
3181 atomic_dec(&dev->commands_outstanding); in hpsa_do_reset()
3183 atomic_read(&dev->commands_outstanding) <= 0 || in hpsa_do_reset()
6084 if (atomic_read(&dev->commands_outstanding) > 0) in hpsa_eh_device_reset_handler()
8221 atomic_dec(&h->commands_outstanding); in fail_all_outstanding_cmds()