Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c79 #define FILE_SZ (1ULL << 35) macro
224 zc.length = min(chunk_size, FILE_SZ - total); in child_thread()
247 FILE_SZ - total)); in child_thread()
263 FILE_SZ - total)); in child_thread()
590 while (total < FILE_SZ) { in main()
592 int64_t wr = FILE_SZ - total; in main()
605 if (integrity && total == FILE_SZ) { in main()