Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/map/
H A Dqueue.rs82 pub struct StackMap(QueueMap); struct
84 impl StackMap { impl
86 QueueMap::new(attr).map(StackMap) in new()
90 impl Deref for StackMap { implementation
97 impl DerefMut for StackMap { implementation
103 impl SpecialMap for StackMap { implementation
H A Dmod.rs228 let stack_map = queue::StackMap::new(&map_meta)?; in bpf_map_create()