Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kernel/
Dnmi.c326 #define MAX_IPD_TIME (5 * 60 * USEC_PER_SEC) /* 5 minutes */ macro
383 if (((tmp - last_ipd) >> 12) < MAX_IPD_TIME) in s390_do_machine_check()