Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs481 pub fn set_min(&mut self, min: Hertz) -> &mut Self { in set_min() method
/linux/lib/
H A Dmaple_tree.c989 bool set_max = false, set_min = false; in mas_ascend() local
1027 set_min = true; in mas_ascend()
1044 if (!set_min && a_slot) { in mas_ascend()
1045 set_min = true; in mas_ascend()
1060 } while (!set_min || !set_max); in mas_ascend()