Home
last modified time | relevance | path

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

/samples/bpf/
Dmap_perf_test_kern.c209 void *nolocal_lru_map; in SYSCALL() local
212 nolocal_lru_map = bpf_map_lookup_elem(&array_of_lru_hashs, in SYSCALL()
214 if (!nolocal_lru_map) { in SYSCALL()
219 ret = bpf_map_update_elem(nolocal_lru_map, &key, &val, in SYSCALL()