Home
last modified time | relevance | path

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

/linux/rust/kernel/block/mq/
H A Dgen_disk.rs180 pub struct GenDisk<T: Operations> { struct
185 // SAFETY: `GenDisk` is an owned pointer to a `struct gendisk` and an `Arc` to a argument
187 unsafe impl<T: Operations + Send> Send for GenDisk<T> {} implementation
189 impl<T: Operations> Drop for GenDisk<T> { implementation