Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dtimestamp.c147 static tsc_sync_t *tscp; variable
482 tsc_sync_t *tsc = tscp; in tsc_sync_master()
562 tsc_sync_t *tsc = tscp; in tsc_sync_slave()
697 tscp = kmem_zalloc(PAGESIZE, KM_SLEEP); in tsc_hrtimeinit()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c769 unsigned int *tscp = (unsigned int *)&tsc; in scalehrtime_cmd() local
814 hrt = ((uint64_t)tscp[1] * scale) << NSEC_SHIFT; in scalehrtime_cmd()
815 hrt += ((uint64_t)tscp[0] * scale) >> (32 - NSEC_SHIFT); in scalehrtime_cmd()