Searched refs:TagSet (Results 1 – 4 of 4) sorted by relevance
28 pub struct TagSet<T: Operations> { struct34 impl<T: Operations> TagSet<T> { impl61 try_pin_init!(TagSet { in new()79 impl<T: Operations> PinnedDrop for TagSet<T> { implementation
8 use crate::block::mq::{raw_writer::RawWriter, Operations, TagSet};94 tagset: Arc<TagSet<T>>, in build()181 _tagset: Arc<TagSet<T>>,
18 Operations, TagSet,47 let tagset = Arc::pin_init(TagSet::new(1, 256, 1), flags::GFP_KERNEL)?; in init()
98 pub use tag_set::TagSet;