Searched refs:VBox (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | prelude.rs | 25 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
|
| H A D | alloc.rs | 13 pub use self::kbox::VBox;
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 130 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 D | exported-sql-viewer.py | 1029 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())
|