Searched refs:queued_io_count (Results 1 – 1 of 1) sorted by relevance
6097 unsigned int queued_io_count; in pqi_queued_io_count() local6101 queued_io_count = 0; in pqi_queued_io_count()6108 queued_io_count++; in pqi_queued_io_count()6113 return queued_io_count; in pqi_queued_io_count()6146 unsigned int queued_io_count; in pqi_wait_until_inbound_queues_empty() local6155 queued_io_count = pqi_queued_io_count(ctrl_info); in pqi_wait_until_inbound_queues_empty()6157 if (queued_io_count == 0 && nonempty_inbound_queue_count == 0) in pqi_wait_until_inbound_queues_empty()6165 … jiffies_to_msecs(jiffies - start_jiffies) / 1000, queued_io_count, nonempty_inbound_queue_count); in pqi_wait_until_inbound_queues_empty()