Searched refs:min_load (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | pm_helpers.c | 491 min_loaded_core(struct venus_inst *inst, u32 *min_coreid, u32 *min_load) in min_loaded_core() argument 527 *min_load = min(core1_load, core2_load); in min_loaded_core() 531 *min_load = core1_load; in min_loaded_core() 541 u32 min_coreid, min_load, inst_load; in decide_core() local 561 min_loaded_core(inst, &min_coreid, &min_load); in decide_core() 563 if ((inst_load + min_load) > max_freq) { in decide_core()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/ |
| H A D | cesa.h | 736 u32 min_load = U32_MAX; in mv_cesa_select_engine() local 743 if (load < min_load) { in mv_cesa_select_engine() 744 min_load = load; in mv_cesa_select_engine()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | prom_init.c | 885 __be32 min_load; member 1034 .min_load = cpu_to_be32(0xffffffff), /* full client load */ 1131 u32 min_load; member 1183 .min_load = ~0U,
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 5972 unsigned long load, min_load = ULONG_MAX; in find_idlest_group_cpu() local 6012 if (load < min_load) { in find_idlest_group_cpu() 6013 min_load = load; in find_idlest_group_cpu()
|