Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_bpf.c109 struct bpf_map *map_thread, in get_value() argument
124 err = bpf_map__lookup_elem(map_thread, &key, in get_value()
/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c209 pthread_t map_thread; in populate_maps() local
217 err = pthread_create(&map_thread, NULL, map_prepare_thread, in populate_maps()