Home
last modified time | relevance | path

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

/linux/rust/kernel/block/mq/
H A Dtag_set.rs28 pub struct TagSet<T: Operations> { struct
34 impl<T: Operations> TagSet<T> { argument
61 try_pin_init!(TagSet { in new()
79 impl<T: Operations> PinnedDrop for TagSet<T> { implementation
H A Dgen_disk.rs10 block::mq::{Operations, TagSet},
101 tagset: Arc<TagSet<T>>, in build()
197 _tagset: Arc<TagSet<T>>,
/linux/drivers/block/rnull/
H A Drnull.rs14 Operations, TagSet,
55 let tagset = Arc::pin_init(TagSet::new(1, 256, 1), GFP_KERNEL)?; in new()
/linux/rust/kernel/block/
H A Dmq.rs103 pub use tag_set::TagSet;