Home
last modified time | relevance | path

Searched defs:Bitmap (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Dbitmap.rs22 pub struct Bitmap { struct
26 impl Bitmap { implementation
35 pub unsafe fn from_raw<'a>(ptr: *const usize, nbits: usize) -> &'a Bitmap { in from_raw() argument
49 unsafe { &*(data as *const Bitmap) } in from_raw() constant
60 pub unsafe fn from_raw_mut<'a>(ptr: *mut usize, nbits: usize) -> &'a mut Bitmap { in from_raw_mut() argument
164 deref(&self) -> &Bitmap deref() argument
183 deref_mut(&mut self) -> &mut Bitmap deref_mut() argument
292 impl Bitmap { global() implementation
416 copy_and_extend(&mut self, src: &Bitmap) copy_and_extend() argument
[all...]
/linux/Documentation/filesystems/
H A Dqnx6.rst153 Bitmap section in Specification
/linux/include/linux/
H A Dqnx6_fs.h111 struct qnx6_root_node Bitmap; member
130 struct qnx6_root_node Bitmap; member
/linux/drivers/video/fbdev/riva/
H A Driva_hw.h485 RivaBitmap __iomem *Bitmap; member