num_actors 288 drivers/thermal/power_allocator.c static void divvy_up_power(u32 *req_power, u32 *max_power, int num_actors, num_actors 303 drivers/thermal/power_allocator.c for (i = 0; i < num_actors; i++) { num_actors 327 drivers/thermal/power_allocator.c for (i = 0; i < num_actors; i++) num_actors 341 drivers/thermal/power_allocator.c int i, num_actors, total_weight, ret = 0; num_actors 346 drivers/thermal/power_allocator.c num_actors = 0; num_actors 351 drivers/thermal/power_allocator.c num_actors++; num_actors 356 drivers/thermal/power_allocator.c if (!num_actors) { num_actors 372 drivers/thermal/power_allocator.c req_power = kcalloc(num_actors * 5, sizeof(*req_power), GFP_KERNEL); num_actors 378 drivers/thermal/power_allocator.c max_power = &req_power[num_actors]; num_actors 379 drivers/thermal/power_allocator.c granted_power = &req_power[2 * num_actors]; num_actors 380 drivers/thermal/power_allocator.c extra_actor_power = &req_power[3 * num_actors]; num_actors 381 drivers/thermal/power_allocator.c weighted_req_power = &req_power[4 * num_actors]; num_actors 420 drivers/thermal/power_allocator.c divvy_up_power(weighted_req_power, max_power, num_actors, num_actors 442 drivers/thermal/power_allocator.c num_actors, power_range, num_actors 13 include/trace/events/thermal_power_allocator.h u32 total_granted_power, size_t num_actors, num_actors 17 include/trace/events/thermal_power_allocator.h total_granted_power, num_actors, power_range, num_actors 21 include/trace/events/thermal_power_allocator.h __dynamic_array(u32, req_power, num_actors ) num_actors 23 include/trace/events/thermal_power_allocator.h __dynamic_array(u32, granted_power, num_actors) num_actors 25 include/trace/events/thermal_power_allocator.h __field(size_t, num_actors ) num_actors 34 include/trace/events/thermal_power_allocator.h num_actors * sizeof(*req_power)); num_actors 37 include/trace/events/thermal_power_allocator.h num_actors * sizeof(*granted_power)); num_actors 39 include/trace/events/thermal_power_allocator.h __entry->num_actors = num_actors; num_actors 49 include/trace/events/thermal_power_allocator.h __entry->num_actors, 4), num_actors 52 include/trace/events/thermal_power_allocator.h __entry->num_actors, 4),