Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_hashmap_lookup.c54 u32 times_index; in benchmark() local
57 times_index = percpu_times_index[cpu & CPU_MASK] % NR_SLOTS; in benchmark()
60 percpu_times[cpu & CPU_MASK][times_index] = bpf_ktime_get_ns() - start_time; in benchmark()