Lines Matching refs:int64_t
58 int64_t lbc_counter; /* number of calls to the DDI lbolt routines */
59 int64_t lbc_cnt_start; /* beggining of the cnt interval (in ticks) */
60 char lbc_pad[CPU_CACHE_COHERENCE_SIZE - (2 * sizeof (int64_t))];
66 int64_t lbi_id_pad; /* 64bit padding */
68 int64_t lbi_thresh_calls; /* max calls per interval */
69 int64_t lbi_thresh_interval; /* interval window for the # of calls */
70 int64_t lbi_debug_ts; /* last time we dropped into kmdb */
71 int64_t lbi_debug_time; /* time spent in the debugger */
72 int64_t lbi_internal; /* lbolt source when on cyclic mode */
75 int64_t lbi_cyc_deac_start; /* deactivation interval */
78 extern int64_t lbolt_bootstrap(void);
79 extern int64_t lbolt_event_driven(void);
80 extern int64_t lbolt_cyclic_driven(void);
81 extern int64_t (*lbolt_hybrid)(void);