Searched refs:USEC (Results 1 – 3 of 3) sorted by relevance
29 #define USEC 10 macro33 struct timeval tv = {.tv_sec = 0, .tv_usec = USEC}; in verify_personality()46 if (tv.tv_usec != USEC) in verify_personality()
16 -b USEC --breaktrace=USEC send break trace command when latency > USEC43 kernel configuration options enabled. The USEC parameter to the -b option defines
77 #define USEC 1000000ULL macro241 delta = (t2.tv_sec * USEC + t2.tv_usec) in do_trace()242 - (t1.tv_sec * USEC + t1.tv_usec); in do_trace()