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