Searched refs:URING_BLOCK_SZ (Results 1 – 1 of 1) sorted by relevance
62 #define URING_BLOCK_SZ 2048 macro487 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()