Searched defs:timeval_valid (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ | ||
D | time.h | 113 static inline bool timeval_valid(const struct timeval *tv) in timeval_valid() function |
/linux-4.1.27/kernel/time/ | ||
D | itimer.c | 187 #define timeval_valid(t) \ macro |