Searched refs:VBox (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | prelude.rs | 84 VBox,
|
| H A D | alloc.rs | 13 pub use self::kbox::VBox;
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 57 /// There are aliases for `Box` with these allocators ([`KBox`], [`VBox`], [`KVBox`]). 123 /// let b = VBox::new(24_u64, GFP_KERNEL)?; 128 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; 730 /// let mut vbox = VBox::new((), GFP_KERNEL)?; 734 /// let mut vbox = VBox::<[u8; PAGE_SIZE]>::new_uninit(GFP_KERNEL)?; 742 impl<T> AsPageIter for VBox<T> { 130 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; global() typedef 704 impl<T> AsPageIter for VBox<T> { global() 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())
|