Searched refs:dst_sz (Results 1 – 3 of 3) sorted by relevance
597 extern int zlib_inflate_blob(void *dst, unsigned dst_sz, const void *src, unsigned src_sz);
679 u64 src_sz, dst_sz; in intel_context_migrate_copy() local696 dst_sz = scatter_list_length(dst); in intel_context_migrate_copy()702 bytes_to_cpy = dst_sz; in intel_context_migrate_copy()716 ccs_bytes_to_cpy = src_sz != dst_sz ? GET_CCS_BYTES(i915, bytes_to_cpy) : 0; in intel_context_migrate_copy()
368 static void dump_buff_as_hex(char *dst, size_t dst_sz, const u8 *data, in dump_buff_as_hex() argument372 for (i = j = 0; i < data_len && j + 4 < dst_sz; i++) { in dump_buff_as_hex()