Home
last modified time | relevance | path

Searched refs:commands_outstanding (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/block/
Dcciss.h73 int commands_outstanding; member
228 h->commands_outstanding++; in SA5_submit_command()
229 if ( h->commands_outstanding > h->max_outstanding) in SA5_submit_command()
230 h->max_outstanding = h->commands_outstanding; in SA5_submit_command()
295 if( h->commands_outstanding >= h->max_commands) in SA5_fifo_full()
311 h->commands_outstanding--; in SA5_completed()
347 h->commands_outstanding--; in SA5_performant_completed()
Dcciss.c401 h->Qdepth, h->commands_outstanding, in cciss_seq_show_header()
3511 h->commands_outstanding--; in next_command()
/linux-4.4.14/drivers/scsi/
Dhpsa.h171 atomic_t commands_outstanding; member
481 atomic_dec(&h->commands_outstanding); in SA5_performant_completed()
504 atomic_dec(&h->commands_outstanding); in SA5_completed()
574 atomic_dec(&h->commands_outstanding); in SA5_ioaccel_mode1_completed()
Dhpsa.c500 atomic_read(&h->commands_outstanding)); in host_show_commands_outstanding()
855 static DEVICE_ATTR(commands_outstanding, S_IRUGO,
927 atomic_dec(&h->commands_outstanding); in next_command()
1088 atomic_inc(&h->commands_outstanding); in __enqueue_cmd_and_start_io()
8060 atomic_dec(&h->commands_outstanding); in fail_all_outstanding_cmds()