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> { global() struct
185 gendiskGenDisk global() argument
187 unsafe impl<T: Operations + Send> Send for GenDisk<T> {} global() implementation
189 impl<T: Operations> Drop for GenDisk<T> { global() implementation