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

/linux-master/tools/testing/selftests/x86/
H A Dlam.c62 #define URING_BLOCK_SZ 2048 macro
487 int blocks = (int)(fi->file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ;
513 int blocks = (int)(remain + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ;
519 if (bytes > URING_BLOCK_SZ)
520 bytes = URING_BLOCK_SZ;
524 if (posix_memalign(&buf, URING_BLOCK_SZ, URING_BLOCK_SZ))
589 int blocks = (int)(file_sz + URING_BLOCK_SZ
[all...]

Completed in 156 milliseconds