Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dprelude.rs17 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
H A Dalloc.rs20 pub use self::kbox::VBox;
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs89 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; typedef
/linux-6.15/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1026 class VBox(): class
1100 self.vbox = VBox(self.view, self.find_bar.Widget())
1122 self.vbox = VBox(self.view, self.find_bar.Widget())
3232 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())
4097 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())
4217 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())