Home
last modified time | relevance | path

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

/linux-4.1.27/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.c403 h->Qdepth, h->commands_outstanding, in cciss_seq_show_header()
3495 h->commands_outstanding--; in next_command()
/linux-4.1.27/drivers/scsi/
Dhpsa.h137 atomic_t commands_outstanding; member
429 atomic_dec(&h->commands_outstanding); in SA5_performant_completed()
452 atomic_dec(&h->commands_outstanding); in SA5_completed()
522 atomic_dec(&h->commands_outstanding); in SA5_ioaccel_mode1_completed()
Dhpsa.c399 atomic_read(&h->commands_outstanding)); in host_show_commands_outstanding()
644 static DEVICE_ATTR(commands_outstanding, S_IRUGO,
708 atomic_dec(&h->commands_outstanding); in next_command()
828 atomic_inc(&h->commands_outstanding); in enqueue_cmd_and_start_io()