Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dlam.c71 #define URING_BLOCK_SZ 2048 macro
587 int blocks = (int)(fi->file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_cq()
613 int blocks = (int)(remain + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_sq()
619 if (bytes > URING_BLOCK_SZ) in handle_uring_sq()
620 bytes = URING_BLOCK_SZ; in handle_uring_sq()
624 if (posix_memalign(&buf, URING_BLOCK_SZ, URING_BLOCK_SZ)) in handle_uring_sq()
689 int blocks = (int)(file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in do_uring()