Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dprelude.rs25 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
H A Dalloc.rs13 pub use self::kbox::VBox;
/linux/rust/kernel/alloc/
H A Dkbox.rs130 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; typedef
704 impl<T> AsPageIter for VBox<T> { implementation
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1029 class VBox(): class
1103 self.vbox = VBox(self.view, self.find_bar.Widget())
1125 self.vbox = VBox(self.view, self.find_bar.Widget())
3235 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())
4100 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())
4220 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())