Home
last modified time | relevance | path

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

/openbmc/linux/lib/lzo/
H A Dlzo1x_compress.c43 u32 run_length = 0; in lzo1x_1_do_compress() local
102 run_length = ir - ip; in lzo1x_1_do_compress()
103 if (run_length > MAX_ZERO_RUN_LENGTH) in lzo1x_1_do_compress()
104 run_length = MAX_ZERO_RUN_LENGTH; in lzo1x_1_do_compress()
151 if (unlikely(run_length)) { in lzo1x_1_do_compress()
152 ip += run_length; in lzo1x_1_do_compress()
153 run_length -= MIN_ZERO_RUN_LENGTH; in lzo1x_1_do_compress()
154 put_unaligned_le32((run_length << 21) | 0xfffc18 in lzo1x_1_do_compress()
155 | (run_length & 0x7), op); in lzo1x_1_do_compress()
157 run_length = 0; in lzo1x_1_do_compress()
/openbmc/qemu/migration/
H A Dram.c1452 uint64_t run_length = (pss->page - start_page) << TARGET_PAGE_BITS; in ram_save_release_protection() local
1457 res = uffd_change_protection(rs->uffdio_fd, page_address, run_length, in ram_save_release_protection()