Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c176 int dist_fd; in read_keys() local
180 dist_fd = open(dist_file, 0); in read_keys()
181 assert(dist_fd != -1); in read_keys()
183 assert(fstat(dist_fd, &fst) == 0); in read_keys()
187 assert(read(dist_fd, b, fst.st_size) == fst.st_size); in read_keys()
188 close(dist_fd); in read_keys()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_lru_dist.c170 int dist_fd; in read_keys() local
174 dist_fd = open(dist_file, 0); in read_keys()
175 assert(dist_fd != -1); in read_keys()
177 assert(fstat(dist_fd, &fst) == 0); in read_keys()
181 assert(read(dist_fd, b, fst.st_size) == fst.st_size); in read_keys()
182 close(dist_fd); in read_keys()

Completed in 3 milliseconds