Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
H A Ddecompressor.c15 #define LZ4_MAX_DISTANCE_PAGES (DIV_ROUND_UP(LZ4_DISTANCE_MAX, PAGE_SIZE) + 1) macro
36 struct page *availables[LZ4_MAX_DISTANCE_PAGES] = { NULL }; in z_erofs_lz4_prepare_destpages()
37 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, in z_erofs_lz4_prepare_destpages()
47 if (j >= LZ4_MAX_DISTANCE_PAGES) in z_erofs_lz4_prepare_destpages()
52 DBG_BUGON(i < LZ4_MAX_DISTANCE_PAGES); in z_erofs_lz4_prepare_destpages()
53 DBG_BUGON(top >= LZ4_MAX_DISTANCE_PAGES); in z_erofs_lz4_prepare_destpages()
54 availables[top++] = rq->out[i - LZ4_MAX_DISTANCE_PAGES]; in z_erofs_lz4_prepare_destpages()
/kernel/linux/linux-6.6/fs/erofs/
H A Ddecompressor.c14 #define LZ4_MAX_DISTANCE_PAGES (DIV_ROUND_UP(LZ4_DISTANCE_MAX, PAGE_SIZE) + 1) macro
57 LZ4_MAX_DISTANCE_PAGES; in z_erofs_load_lz4_config()
69 struct page *availables[LZ4_MAX_DISTANCE_PAGES] = { NULL }; in z_erofs_lz4_prepare_dstpages()
70 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, in z_erofs_lz4_prepare_dstpages()

Completed in 2 milliseconds