Searched defs:busy_balancer (Results 1 – 1 of 1) sorted by relevance
230 struct busy_balancer { struct231 int fd;232 bool first;233 unsigned int num_engines;234 unsigned int engine_map[NUM_ENGINES];235 uint64_t t_prev;236 uint64_t prev[NUM_ENGINES];237 double busy[NUM_ENGINES];238 } busy_balancer; member