Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dsetup.h49 #define ZLIB_DFLTCC_DISABLED 0 macro
/linux/lib/zlib_dfltcc/
H A Ddfltcc.h119 return (zlib_dfltcc_support != ZLIB_DFLTCC_DISABLED && in is_dfltcc_enabled()
H A Ddfltcc_inflate.c21 if (zlib_dfltcc_support == ZLIB_DFLTCC_DISABLED || in dfltcc_can_inflate()
H A Ddfltcc_deflate.c23 if (zlib_dfltcc_support == ZLIB_DFLTCC_DISABLED || in dfltcc_can_deflate()