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

/illumos-gate/usr/src/uts/common/sys/
H A Dclock_impl.h54 * Both lbolt_cpu_t and lbolt_info_t are cache line sized and aligned,
76 } lbolt_info_t; typedef in typeref:struct:lbolt_info
90 extern lbolt_info_t *lb_info;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1727 lbolt_info_t lbi;
1748 if (mdb_vread(&lbi, sizeof (lbolt_info_t), ptr) !=
1749 sizeof (lbolt_info_t))
1758 if (mdb_vread(&lbi, sizeof (lbolt_info_t), ptr) !=
1759 sizeof (lbolt_info_t))
1779 lbolt_info_t lbi;
1801 if (mdb_vread(&lbi, sizeof (lbolt_info_t), ptr) !=
1802 sizeof (lbolt_info_t))
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c308 lbolt_info_t *lb_info;
980 sz = sizeof (lbolt_info_t) + CPU_CACHE_COHERENCE_SIZE;
982 lb_info = (lbolt_info_t *)P2ROUNDUP(buf, CPU_CACHE_COHERENCE_SIZE);

Completed in 64 milliseconds