Searched refs:queued_io_count (Results 1 – 1 of 1) sorted by relevance
6098 unsigned int queued_io_count; in pqi_queued_io_count() local6102 queued_io_count = 0; in pqi_queued_io_count()6109 queued_io_count++; in pqi_queued_io_count()6114 return queued_io_count; in pqi_queued_io_count()6147 unsigned int queued_io_count; in pqi_wait_until_inbound_queues_empty() local6156 queued_io_count = pqi_queued_io_count(ctrl_info); in pqi_wait_until_inbound_queues_empty()6158 if (queued_io_count == 0 && nonempty_inbound_queue_count == 0) in pqi_wait_until_inbound_queues_empty()6166 … jiffies_to_msecs(jiffies - start_jiffies) / 1000, queued_io_count, nonempty_inbound_queue_count); in pqi_wait_until_inbound_queues_empty()