Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Dnmi.c398 static unsigned long long last_ipd; in s390_do_machine_check() local
441 if (((tmp - last_ipd) >> 12) < MAX_IPD_TIME) in s390_do_machine_check()
445 last_ipd = tmp; in s390_do_machine_check()