Home
last modified time | relevance | path

Searched refs:uuids_this_tick (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c80 static uint16_t uuids_this_tick = 0; in get_current_time() local
95 uuids_this_tick = 0; in get_current_time()
98 uuids_this_tick++; in get_current_time()
99 if (uuids_this_tick < UUIDS_PER_TOD_CALL) in get_current_time()
110 *timestamp = time_now + uuids_this_tick; in get_current_time()