Searched refs:poll_nsec (Results 1 – 3 of 3) sorted by relevance
369 if (q->poll_nsec == -1) in queue_poll_delay_show()372 val = q->poll_nsec / 1000; in queue_poll_delay_show()390 q->poll_nsec = -1; in queue_poll_delay_store()392 q->poll_nsec = val * 1000; in queue_poll_delay_store()
2625 q->poll_nsec = -1; in blk_mq_init_allocated_queue()3099 if (q->poll_nsec == -1) in blk_mq_poll_hybrid_sleep()3101 else if (q->poll_nsec > 0) in blk_mq_poll_hybrid_sleep()3102 nsecs = q->poll_nsec; in blk_mq_poll_hybrid_sleep()
573 int poll_nsec; member