Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtracex3.bpf.c12 struct start_key { struct
30 struct start_key key = { in bpf_prog1() argument
61 struct start_key key = { in bpf_prog2()
H A Dtest_lru_dist.c355 int start_key, end_key; in test_lru_loss0() local
359 start_key = 101; in test_lru_loss0()
362 while (start_key <= end_key) { in test_lru_loss0()
363 bpf_map_lookup_elem(map_fd, &start_key, value); in test_lru_loss0()
364 start_key++; in test_lru_loss0()