Searched defs:tscp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c148 static tsc_sync_t *tscp; variable
486 tsc_sync_t *tsc = tscp;
565 tsc_sync_t *tsc = tscp;
694 tscp = kmem_zalloc(PAGESIZE, KM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c769 unsigned int *tscp = (unsigned int *)&tsc; local
814 hrt = ((uint64_t)tscp[1] * scale) << NSEC_SHIFT;
815 hrt += ((uint64_t)tscp[0] * scale) >> (32 - NSEC_SHIFT);

Completed in 135 milliseconds