Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 2 of 2) sorted by relevance

/arch/s390/kernel/diag/
A Ddiag324.c114 ktime_t timedout; in pibwork_handler() local
117 timedout = ktime_add_ns(data->expire, PIBWORK_DELAY); in pibwork_handler()
118 if (ktime_before(ktime_get(), timedout)) { in pibwork_handler()
/arch/x86/kernel/cpu/microcode/
A Dcore.c545 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local
577 case UCODE_TIMEOUT: timedout++; break; in load_late_stop_cpus()
589 if (!failed && !timedout) in load_late_stop_cpus()
599 failed, timedout); in load_late_stop_cpus()
603 if (!is_safe || failed || timedout) in load_late_stop_cpus()
607 if (failed || timedout) { in load_late_stop_cpus()

Completed in 7 milliseconds