Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_hashmap_lookup.c26 u64 __attribute__((__aligned__(256))) percpu_times_index[NR_CPUS]; variable
57 times_index = percpu_times_index[cpu & CPU_MASK] % NR_SLOTS; in benchmark()
61 percpu_times_index[cpu & CPU_MASK] += 1; in benchmark()