Lines Matching defs:msecs
870 unsigned long msecs)
873 msecs_to_jiffies(msecs));
1617 * @msecs: Microseconds of delay to wait before running the queue.
1620 * with a delay of @msecs.
1623 unsigned long msecs)
1640 msecs_to_jiffies(msecs));
1646 * @msecs: Microseconds of delay to wait before running the queue.
1648 * Run a hardware queue asynchronously with a delay of @msecs.
1650 void blk_mq_delay_run_hw_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs)
1652 __blk_mq_delay_run_hw_queue(hctx, true, msecs);
1710 * @msecs: Microseconds of delay to wait before running the queues.
1712 void blk_mq_delay_run_hw_queues(struct request_queue *q, unsigned long msecs)
1721 blk_mq_delay_run_hw_queue(hctx, msecs);