Symbol: FILE_SIZE
tools/testing/selftests/bpf/benchs/bench_sockmap.c
116
.file_size = FILE_SIZE,
tools/testing/selftests/bpf/benchs/bench_sockmap.c
377
if (*check_pos >= FILE_SIZE)
tools/testing/selftests/bpf/benchs/bench_sockmap.c
387
int recv_buf_size = FILE_SIZE;
tools/testing/selftests/mincore/mincore_selftest.c
199
vec_size = FILE_SIZE / page_size;
tools/testing/selftests/mincore/mincore_selftest.c
200
if (FILE_SIZE % page_size)
tools/testing/selftests/mincore/mincore_selftest.c
218
retval = fallocate(fd, 0, 0, FILE_SIZE);
tools/testing/selftests/mincore/mincore_selftest.c
231
addr = mmap(NULL, FILE_SIZE, PROT_READ | PROT_WRITE,
tools/testing/selftests/mincore/mincore_selftest.c
236
retval = mincore(addr, FILE_SIZE, vec);
tools/testing/selftests/mincore/mincore_selftest.c
248
addr[FILE_SIZE / 2] = 1;
tools/testing/selftests/mincore/mincore_selftest.c
249
retval = mincore(addr, FILE_SIZE, vec);
tools/testing/selftests/mincore/mincore_selftest.c
251
ASSERT_EQ(1, vec[FILE_SIZE / 2 / page_size]) {
tools/testing/selftests/mincore/mincore_selftest.c
255
i = FILE_SIZE / 2 / page_size + 1;
tools/testing/selftests/mincore/mincore_selftest.c
276
munmap(addr, FILE_SIZE);
tools/testing/selftests/mincore/mincore_selftest.c
299
vec_size = FILE_SIZE / page_size;
tools/testing/selftests/mincore/mincore_selftest.c
300
if (FILE_SIZE % page_size)
tools/testing/selftests/mincore/mincore_selftest.c
315
retval = fallocate(fd, 0, 0, FILE_SIZE);
tools/testing/selftests/mincore/mincore_selftest.c
325
addr = mmap(NULL, FILE_SIZE, PROT_READ | PROT_WRITE,
tools/testing/selftests/mincore/mincore_selftest.c
330
retval = mincore(addr, FILE_SIZE, vec);
tools/testing/selftests/mincore/mincore_selftest.c
341
addr[FILE_SIZE / 2] = 1;
tools/testing/selftests/mincore/mincore_selftest.c
342
retval = mincore(addr, FILE_SIZE, vec);
tools/testing/selftests/mincore/mincore_selftest.c
344
ASSERT_EQ(1, vec[FILE_SIZE / 2 / page_size]) {
tools/testing/selftests/mincore/mincore_selftest.c
348
munmap(addr, FILE_SIZE);