Home
last modified time | relevance | path

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

/dragonfly/lib/libc/upmap/
H A Dukp_gettimeofday.c57 static int *fast_gtod; variable
72 __kpmap_map(&fast_gtod, &fast_clock, KPTYPE_FAST_GTOD); in __gettimeofday()
75 if (fast_clock > 0 && *fast_gtod && tz == NULL) { in __gettimeofday()
/dragonfly/sys/sys/
H A Dupmap.h192 int32_t fast_gtod; /* fast gettimeofday() */ member
/dragonfly/sys/kern/
H A Dinit_main.c762 kpmap->header[6].offset = offsetof(struct sys_kpmap, fast_gtod); in kpmap_init()
H A Dkern_time.c1241 kpmap->fast_gtod = gtod; in sysctl_gettimeofday_quick()