Home
last modified time | relevance | path

Searched refs:OperationsVTable (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/rust/kernel/block/mq/
H A Dtag_set.rs11 block::mq::{operations::OperationsVTable, request::RequestDataWrapper, Operations},
48 ops: OperationsVTable::<T>::build(), in new()
H A Doperations.rs53 pub(crate) struct OperationsVTable<T: Operations>(PhantomData<T>); struct
55 impl<T: Operations> OperationsVTable<T> { implementation