Home
last modified time | relevance | path

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

/openbmc/linux/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()