Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtime.h113 static inline bool timeval_valid(const struct timeval *tv) in timeval_valid() function
/linux-4.1.27/kernel/time/
Ditimer.c187 #define timeval_valid(t) \ macro