Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dmap_perf_test_kern.c209 void *nolocal_lru_map; in stress_lru_hmap_alloc() local
212 nolocal_lru_map = bpf_map_lookup_elem(&array_of_lru_hashs, in stress_lru_hmap_alloc()
214 if (!nolocal_lru_map) { in stress_lru_hmap_alloc()
219 ret = bpf_map_update_elem(nolocal_lru_map, &key, &val, in stress_lru_hmap_alloc()
/kernel/linux/linux-6.6/samples/bpf/
H A Dmap_perf_test.bpf.c215 void *nolocal_lru_map; in BPF_KSYSCALL() local
218 nolocal_lru_map = bpf_map_lookup_elem(&array_of_lru_hashs, in BPF_KSYSCALL()
220 if (!nolocal_lru_map) { in BPF_KSYSCALL()
225 ret = bpf_map_update_elem(nolocal_lru_map, &key, &val, in BPF_KSYSCALL()

Completed in 1 milliseconds