Home
last modified time | relevance | path

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

/Linux-v6.1/arch/xtensa/boot/boot-redboot/
Dbootstrap.S183 movi abi_arg3, complen
253 .comm complen, 4
/Linux-v6.1/drivers/gpu/drm/gud/
Dgud_pipe.c228 int complen; in gud_prep_flush() local
230 complen = LZ4_compress_default(buf, gdrm->bulk_buf, len, len, gdrm->lz4_comp_mem); in gud_prep_flush()
231 if (complen <= 0) { in gud_prep_flush()
237 req->compressed_length = cpu_to_le32(complen); in gud_prep_flush()