Home
last modified time | relevance | path

Searched refs:complen (Results 1 – 2 of 2) sorted by relevance

/linux/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S183 movi abi_arg3, complen
253 .comm complen, 4
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c215 int complen; in gud_prep_flush() local
217 complen = LZ4_compress_default(buf, gdrm->bulk_buf, len, len, gdrm->lz4_comp_mem); in gud_prep_flush()
218 if (complen <= 0) { in gud_prep_flush()
224 req->compressed_length = cpu_to_le32(complen); in gud_prep_flush()