Searched refs:idlest (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/ti/ |
| H A D | clkt_dflt.c | 52 u32 mask, u8 idlest, const char *name) in _wait_idlest_generic() argument 56 ena = (idlest) ? 0 : mask; in _wait_idlest_generic()
|
| /linux/Documentation/devicetree/bindings/clock/ti/ |
| H A D | dpll.txt | 40 "idlest" - contains the idle status register base address 49 ti,omap2-* dpll type does not support idlest / autoidle registers
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap24xx-clocks.dtsi | 133 ti,idlest-shift = <8>; 143 ti,idlest-shift = <9>;
|
| /linux/kernel/sched/ |
| H A D | fair.c | 12346 static bool update_pick_idlest(struct sched_group *idlest, in update_pick_idlest() argument 12379 if (idlest->sgc->max_capacity >= group->sgc->max_capacity) in update_pick_idlest() 12408 struct sched_group *idlest = NULL, *local = NULL, *group = sd->groups; in sched_balance_find_dst_group() local 12441 if (!local_group && update_pick_idlest(idlest, &idlest_sgs, group, sgs)) { in sched_balance_find_dst_group() 12442 idlest = group; in sched_balance_find_dst_group() 12450 if (!idlest) in sched_balance_find_dst_group() 12455 return idlest; in sched_balance_find_dst_group() 12469 return idlest; in sched_balance_find_dst_group() 12512 if (local->sgc->max_capacity >= idlest->sgc->max_capacity) in sched_balance_find_dst_group() 12529 idlest_cpu = cpumask_first(sched_group_span(idlest)); in sched_balance_find_dst_group() [all …]
|