Searched refs:time_valid (Results 1 – 2 of 2) sorted by relevance
117 bool time_valid = in VerifyCRL() local119 if (!time_valid) { in VerifyCRL()
427 #define time_valid(ts) ((ts)->tv_sec || (ts)->tv_nsec) macro434 if (time_valid(then) && time_valid(now)) { in igt_time_elapsed()