Home
last modified time | relevance | path

Searched defs:timeval_valid (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dtime32.h173 static inline bool timeval_valid(const struct timeval *tv) in timeval_valid() function
/Linux-v4.19/kernel/time/
Ditimer.c189 #define timeval_valid(t) \ macro