Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/lib/
Ddelay.c61 if (tod_after(S390_lowcore.clock_comparator, end)) { in __udelay_enabled()
/Linux-v4.19/arch/s390/include/asm/
Dtimex.h231 static inline int tod_after(unsigned long long a, unsigned long long b) in tod_after() function