Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dtest_lru_dist.c164 static unsigned int read_keys(const char *dist_file, in read_keys() argument
174 dist_fd = open(dist_file, 0); in read_keys()
490 const char *dist_file; in main() local
501 dist_file = argv[1]; in main()
515 dist_key_counts = read_keys(dist_file, &dist_keys); in main()
517 printf("%s has no key\n", dist_file); in main()