Searched refs:maxt (Results 1 – 9 of 9) sorted by relevance
111 unsigned long maxt; in blk_rq_timeout() local113 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()
238 u32 maxt; in bcma_chipco_watchdog_timer_set() local240 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()
473 u32 maxt; in ssb_chipco_watchdog_timer_set() local476 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()
2140 uint nb, maxt; in si_watchdog() local2149 maxt = 0xffffffff; in si_watchdog()2151 maxt = ((1 << nb) - 1); in si_watchdog()2155 else if (ticks > maxt) in si_watchdog()2156 ticks = maxt; in si_watchdog()2173 maxt = (1 << 28) - 1; in si_watchdog()2174 if (ticks > maxt) in si_watchdog()2175 ticks = maxt; in si_watchdog()
2139 uint nb, maxt; in si_watchdog() local2148 maxt = 0xffffffff; in si_watchdog()2150 maxt = ((1 << nb) - 1); in si_watchdog()2154 else if (ticks > maxt) in si_watchdog()2155 ticks = maxt; in si_watchdog()2172 maxt = (1 << 28) - 1; in si_watchdog()2173 if (ticks > maxt) in si_watchdog()2174 ticks = maxt; in si_watchdog()
1825 uint nb, maxt; in si_watchdog() local1835 maxt = 0xffffffff; in si_watchdog()1837 maxt = ((1 << nb) - 1); in si_watchdog()1841 else if (ticks > maxt) in si_watchdog()1842 ticks = maxt; in si_watchdog()1854 maxt = (1 << 28) - 1; in si_watchdog()1855 if (ticks > maxt) in si_watchdog()1856 ticks = maxt; in si_watchdog()
4691 uint nb, maxt; in si_watchdog() local4700 maxt = 0xffffffff; in si_watchdog()4702 maxt = ((1 << nb) - 1); in si_watchdog()4707 else if (ticks > maxt) in si_watchdog()4708 ticks = maxt; in si_watchdog()4727 maxt = (1 << 28) - 1; in si_watchdog()4728 if (ticks > maxt) in si_watchdog()4729 ticks = maxt; in si_watchdog()