Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
Dmap_perf_test_kern.c221 void *nolocal_lru_map; in SYSCALL() local
224 nolocal_lru_map = bpf_map_lookup_elem(&array_of_lru_hashs, in SYSCALL()
226 if (!nolocal_lru_map) { in SYSCALL()
231 ret = bpf_map_update_elem(nolocal_lru_map, &key, &val, in SYSCALL()