Searched refs:VBox (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | prelude.rs | 69 VBox,
|
| H A D | alloc.rs | 13 pub use self::kbox::VBox;
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 34 /// There are aliases for `Box` with these allocators ([`KBox`], [`VBox`], [`KVBox`]). 100 /// let b = VBox::new(24_u64, GFP_KERNEL)?; 105 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; 667 /// let mut vbox = VBox::new((), GFP_KERNEL)?; 671 /// let mut vbox = VBox::<[u8; PAGE_SIZE]>::new_uninit(GFP_KERNEL)?; 679 impl<T> AsPageIter for VBox<T> { in drop() 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())
|