Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
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()