Home
last modified time | relevance | path

Searched refs:TagSet (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/rust/kernel/block/mq/
H A Dtag_set.rs28 pub struct TagSet<T: Operations> { struct
34 impl<T: Operations> TagSet<T> { impl
61 try_pin_init!(TagSet { in new()
79 impl<T: Operations> PinnedDrop for TagSet<T> { implementation
H A Dgen_disk.rs8 use crate::block::mq::{raw_writer::RawWriter, Operations, TagSet};
94 tagset: Arc<TagSet<T>>, in build()
181 _tagset: Arc<TagSet<T>>,
/linux-6.15/drivers/block/
H A Drnull.rs18 Operations, TagSet,
47 let tagset = Arc::pin_init(TagSet::new(1, 256, 1), flags::GFP_KERNEL)?; in init()
/linux-6.15/rust/kernel/block/
H A Dmq.rs98 pub use tag_set::TagSet;