Home
last modified time | relevance | path

Searched refs:idlest (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/ti/
H A Dapll.txt21 "idlest" - contains the idlest register offset
24 - ti,idlest-shift : bit-shift for the idlest field (OMAP2 only)
40 ti,idlest-shift = <8>;
/linux/drivers/clk/ti/
H A Dclkt_dflt.c41 * @idlest: idle state indicator (0 or 1) for the clock
52 u32 mask, u8 idlest, const char *name) in _wait_idlest_generic() argument
56 ena = (idlest) ? 0 : mask; in _wait_idlest_generic()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap24xx-clocks.dtsi133 ti,idlest-shift = <8>;
143 ti,idlest-shift = <9>;
/linux/kernel/sched/
H A Dfair.c7335 * sched_balance_find_dst_group_cpu - find the idlest CPU among the CPUs in the group.
8468 * Balances load by selecting the idlest CPU in the idlest group, or under
10570 * @sd: The sched_domain level to look for idlest group.
10573 * @p: The task for which we look for the idlest group/CPU.
10631 static bool update_pick_idlest(struct sched_group *idlest, in update_pick_idlest() argument
10643 * The candidate and the current idlest group are the same type of in update_pick_idlest()
10644 * group. Let check which one is the idlest according to the type. in update_pick_idlest()
10663 if (idlest->sgc->max_capacity >= group->sgc->max_capacity) in update_pick_idlest()
10692 struct sched_group *idlest in sched_balance_find_dst_group() local
[all...]