Searched defs:Policy (Results 1 – 3 of 3) sorted by relevance
143 Policy section in Design Rationale:146 Plain Text225 Startup
415 pub struct Policy(Opaque<bindings::cpufreq_policy>); struct417 impl Policy { impl704 fn deref_mut(&mut self) -> &mut Policy { in deref_mut()742 fn exit(_policy: &mut Policy, _data: Option<Self::PData>) -> Result { in exit()767 fn ready(_policy: &mut Policy) { in ready()780 fn target(_policy: &mut Policy, _target_freq: u32, _relation: Relation) -> Result { in target()785 fn target_index(_policy: &mut Policy, _index: TableIndex) -> Result { in target_index()790 fn fast_switch(_policy: &mut Policy, _target_freq: u32) -> u32 { in fast_switch()795 fn adjust_perf(_policy: &mut Policy, _min_perf: usize, _target_perf: usize, _capacity: usize) { in adjust_perf()800 fn get_intermediate(_policy: &mut Policy, _index: TableIndex) -> u32 { in get_intermediate()[all …]
153 Policy chapter