Searched refs:min_ns (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/goldfish/
H A Dgfrtc.c119 uint64_t start_ns, end_ns, min_ns; local
125 min_ns = (uint64_t)usec * 1000;
129 } while ((end_ns - start_ns) < min_ns);

Completed in 112 milliseconds