Home
last modified time | relevance | path

Searched refs:set_max (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dcpufreq.rs500 pub fn set_max(&mut self, max: Hertz) -> &mut Self {
495 pub fn set_max(&mut self, max: Hertz) -> &mut Self { set_max() method
/linux/lib/
H A Dmaple_tree.c965 bool set_max = false, set_min = false; in mas_ascend() local
1007 set_max = true; in mas_ascend()
1025 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1026 set_max = true; in mas_ascend()
1036 } while (!set_min || !set_max); in mas_ascend()