Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Derst.c193 u64 stall_time; in erst_exec_stall() local
200 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() local
222 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()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c373 ct->stall_time = KTIME_MAX; in intel_guc_ct_enable()
570 bool ret = ktime_ms_delta(ktime_get(), ct->stall_time) > timeout; in ct_deadlocked()
577 ktime_ms_delta(ktime_get(), ct->stall_time), in ct_deadlocked()
655 if (ct->stall_time == KTIME_MAX) in has_room_nb()
656 ct->stall_time = ktime_get(); in has_room_nb()
668 ct->stall_time = KTIME_MAX; in has_room_nb()
743 if (ct->stall_time == KTIME_MAX) in ct_send()
744 ct->stall_time = ktime_get(); in ct_send()
757 ct->stall_time = KTIME_MAX; in ct_send()
/linux/kernel/
H A Dworkqueue.c7671 unsigned int stall_time; in wq_watchdog_timer_fn() local
7705 stall_time = jiffies_to_msecs(now - pool_ts) / 1000; in wq_watchdog_timer_fn()
7706 max_stall_time = max(max_stall_time, stall_time); in wq_watchdog_timer_fn()
7713 pr_cont(" stuck for %us!\n", stall_time); in wq_watchdog_timer_fn()