Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dzlib.c24 #define ZLIB_DFLTCC_BUF_SIZE (4 * PAGE_SIZE) macro
74 workspace->buf = kmalloc(ZLIB_DFLTCC_BUF_SIZE, in zlib_alloc_workspace()
77 workspace->buf_size = ZLIB_DFLTCC_BUF_SIZE; in zlib_alloc_workspace()