Searched refs:pin_buff (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c144 int write_compression_hdr(struct cudbg_buffer *pin_buff, argument
148 unsigned long fsize = pin_buff->size;
209 int compress_buff(struct cudbg_buffer *pin_buff, struct cudbg_buffer *pout_buff) argument
219 bytes_read = pin_buff->size;
234 chunk_size = fastlz_compress_level(level, pin_buff->data,
260 checksum = update_adler32(1L, pin_buff->data, bytes_read);
269 &pout_buff->offset, pin_buff->data,

Completed in 50 milliseconds