Searched refs:queued_io_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6083 unsigned int queued_io_count; local
6087 queued_io_count = 0;
6094 queued_io_count++;
6099 return queued_io_count;
6132 unsigned int queued_io_count; local
6141 queued_io_count = pqi_queued_io_count(ctrl_info);
6143 if (queued_io_count == 0 && nonempty_inbound_queue_count == 0)
6151 jiffies_to_msecs(jiffies - start_jiffies) / 1000, queued_io_count, nonempty_inbound_queue_count);

Completed in 131 milliseconds