Lines Matching defs:cb_start
124 * @cb_start: compression block to decompress (IN)
125 * @cb_size: size of compression block @cb_start in bytes (IN)
132 * This decompresses the compression block @cb_start into the array of
139 * @cb_start is a pointer to the compression block which needs decompressing
140 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
144 * completed during the decompression of the compression block (@cb_start).
150 * the compression block @cb_start as it is a per-CPU buffer.
155 u8 *const cb_start, const u32 cb_size, const loff_t i_size,
162 u8 *cb_end = cb_start + cb_size; /* End of cb. */
163 u8 *cb = cb_start; /* Current position in cb. */
188 cb - cb_start);