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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c42 static int bpf_map_lookup_elem_with_ref_bit(int fd, unsigned long long key, function
205 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_fd, key, value));
277 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_fd, key, value));
381 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_fd, key, value));
460 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_fd, key, value));
519 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_fd, key, value));
550 assert(!bpf_map_lookup_elem_with_ref_bit(map_fd, last_key, value));
555 assert(!bpf_map_lookup_elem_with_ref_bit(map_fd, key, value));
645 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_fd,
731 assert(!bpf_map_lookup_elem_with_ref_bit(lru_map_f
[all...]

Completed in 99 milliseconds