Searched refs:TagSet (Results 1 – 4 of 4) sorted by relevance
28 pub struct TagSet<T: Operations> { struct34 impl<T: Operations> TagSet<T> { argument61 try_pin_init!(TagSet { in new()79 impl<T: Operations> PinnedDrop for TagSet<T> { implementation
10 block::mq::{Operations, TagSet},101 tagset: Arc<TagSet<T>>, in build()197 _tagset: Arc<TagSet<T>>,
14 Operations, TagSet,55 let tagset = Arc::pin_init(TagSet::new(1, 256, 1), GFP_KERNEL)?; in new()
103 pub use tag_set::TagSet;