Searched refs:VBox (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | prelude.rs | 17 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
|
| H A D | alloc.rs | 20 pub use self::kbox::VBox;
|
| /linux-6.15/rust/kernel/alloc/ |
| H A D | kbox.rs | 89 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; typedef
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1026 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())
|