Lines Matching refs:repr
20 #[cfg_attr(CONFIG_64BIT, repr(align(8)))]
21 #[cfg_attr(not(CONFIG_64BIT), repr(align(4)))]
93 #[repr(C)]
156 repr: BitmapRepr, field
169 core::ptr::addr_of!(self.repr.bitmap) in deref()
173 unsafe { self.repr.ptr.as_ptr() } in deref()
188 core::ptr::addr_of_mut!(self.repr.bitmap) in deref_mut()
192 unsafe { self.repr.ptr.as_ptr() } in deref_mut()
222 unsafe { bindings::bitmap_free(self.repr.ptr.as_ptr()) }; in drop()
238 repr: BitmapRepr { bitmap: 0 }, in new_inline()
251 repr: BitmapRepr { bitmap: 0 }, in new()
264 repr: BitmapRepr { ptr }, in new()