Home
last modified time | relevance | path

Searched refs:maxt (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/block/
A Dblk-timeout.c111 unsigned long maxt; in blk_rq_timeout() local
113 maxt = blk_round_jiffies(jiffies + BLK_MAX_TIMEOUT); in blk_rq_timeout()
114 if (time_after(timeout, maxt)) in blk_rq_timeout()
115 timeout = maxt; in blk_rq_timeout()
/linux-6.3-rc2/drivers/bcma/
A Ddriver_chipcommon.c238 u32 maxt; in bcma_chipco_watchdog_timer_set() local
240 maxt = bcma_chipco_watchdog_get_max_timer(cc); in bcma_chipco_watchdog_timer_set()
244 else if (ticks > maxt) in bcma_chipco_watchdog_timer_set()
245 ticks = maxt; in bcma_chipco_watchdog_timer_set()
256 if (ticks > maxt) in bcma_chipco_watchdog_timer_set()
257 ticks = maxt; in bcma_chipco_watchdog_timer_set()
/linux-6.3-rc2/drivers/ssb/
A Ddriver_chipcommon.c473 u32 maxt; in ssb_chipco_watchdog_timer_set() local
476 maxt = ssb_chipco_watchdog_get_max_timer(cc); in ssb_chipco_watchdog_timer_set()
480 else if (ticks > maxt) in ssb_chipco_watchdog_timer_set()
481 ticks = maxt; in ssb_chipco_watchdog_timer_set()
486 if (ticks > maxt) in ssb_chipco_watchdog_timer_set()
487 ticks = maxt; in ssb_chipco_watchdog_timer_set()

Completed in 6 milliseconds