Home
last modified time | relevance | path

Searched defs:num_cpus (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/bpf/map/
H A Darray_map.rs178 let num_cpus = PerCpu::MAX_CPU_NUM; in new() localVariable
236 let num_cpus = smp_cpu_manager().possible_cpus_count(); in new() localVariable
265 let num_cpus = smp_cpu_manager().possible_cpus_count(); in for_each_elem() localVariable
H A Dlru.rs112 let num_cpus = PerCpu::MAX_CPU_NUM; in new() localVariable
H A Dhash_map.rs115 let num_cpus = PerCpu::MAX_CPU_NUM; in new() localVariable