Searched defs:comm_page_s (Results 1 – 1 of 1) sorted by relevance
52 typedef struct comm_page_s { struct53 hrtime_t cp_tsc_last;54 hrtime_t cp_tsc_hrtime_base;55 hrtime_t cp_tsc_resume_cap;56 uint32_t cp_tsc_type;57 uint32_t cp_tsc_max_delta;59 volatile uint32_t cp_hres_lock; /* must be 8-byte aligned */60 uint32_t cp_nsec_scale;61 int64_t cp_hrestime_adj;62 hrtime_t cp_hres_last_tick;[all …]