Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/map/
H A Dmod.rs236 let lru_per_cpu_hash_map = lru::PerCpuLruMap::new(&map_meta)?; in bpf_map_create() localVariable
237 Box::new(lru_per_cpu_hash_map) in bpf_map_create()