Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs487 pub fn set_min(&mut self, min: Hertz) -> &mut Self {
482 pub fn set_min(&mut self, min: Hertz) -> &mut Self { set_min() method
/linux/lib/
H A Dmaple_tree.c965 bool set_max = false, set_min = false; in mas_ascend() local
1003 set_min = true; in mas_ascend()
1020 if (!set_min && a_slot) { in mas_ascend()
1021 set_min = true; in mas_ascend()
1036 } while (!set_min || !set_max); in mas_ascend()