Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_hashmap_lookup.c16 #define NR_SLOTS 32 macro
27 u64 __attribute__((__aligned__(256))) percpu_times[NR_CPUS][NR_SLOTS];
57 times_index = percpu_times_index[cpu & CPU_MASK] % NR_SLOTS; in benchmark()