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

/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6106 unsigned int nonempty_inbound_queue_count; local
6111 nonempty_inbound_queue_count = 0;
6119 nonempty_inbound_queue_count++;
6123 return nonempty_inbound_queue_count;
6133 unsigned int nonempty_inbound_queue_count; local
6142 nonempty_inbound_queue_count = pqi_nonempty_inbound_queue_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 126 milliseconds