Home
last modified time | relevance | path

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

/openbmc/linux/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; in handle_uring_cq()
513 int blocks = (int)(remain + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_sq()
519 if (bytes > URING_BLOCK_SZ) in handle_uring_sq()
520 bytes = URING_BLOCK_SZ; in handle_uring_sq()
524 if (posix_memalign(&buf, URING_BLOCK_SZ, URING_BLOCK_SZ)) in handle_uring_sq()
589 int blocks = (int)(file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in do_uring()