Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/map/
H A Dqueue.rs18 pub trait SpecialMap: Debug + Send + Sync + 'static { interface
55 impl SpecialMap for QueueMap {
103 impl SpecialMap for StackMap {
124 impl<T: SpecialMap> BpfMapCommonOps for T {