Searched refs:stall_time (Results 1 – 2 of 2) sorted by relevance
193 u64 stall_time; in erst_exec_stall() local200 stall_time = FIRMWARE_MAX_STALL; in erst_exec_stall()202 stall_time = ctx->value; in erst_exec_stall()203 udelay(stall_time); in erst_exec_stall()213 u64 stall_time; in erst_exec_stall_while_true() local222 stall_time = FIRMWARE_MAX_STALL; in erst_exec_stall_while_true()224 stall_time = ctx->var1; in erst_exec_stall_while_true()232 if (erst_timedout(&timeout, stall_time * NSEC_PER_USEC)) in erst_exec_stall_while_true()
7763 unsigned int stall_time; in wq_watchdog_timer_fn() local7818 stall_time = jiffies_to_msecs(now - pool_ts) / 1000; in wq_watchdog_timer_fn()7819 max_stall_time = max(max_stall_time, stall_time); in wq_watchdog_timer_fn()7826 pr_cont(" stuck for %us!\n", stall_time); in wq_watchdog_timer_fn()