Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf_map_key.c38 struct sample *sample, sample_copy; in test_ringbuf_mem_map_key() local
66 __builtin_memcpy(&sample_copy, sample, sizeof(struct sample)); in test_ringbuf_mem_map_key()
67 bpf_map_update_elem(&hash_map, &sample_copy, &sample->seq, BPF_ANY); in test_ringbuf_mem_map_key()