Searched defs:fipe_global_ctrl (Results 1 – 1 of 1) sorted by relevance
172 static struct fipe_global_ctrl { struct173 kmutex_t lock;174 boolean_t pm_enabled;175 volatile boolean_t pm_active;176 volatile uint32_t cpu_count;177 volatile uint64_t io_waiters;178 hrtime_t enter_ts;179 hrtime_t time_in_pm;180 size_t state_size;181 char *state_buf;[all …]