Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c376 struct refTables { struct
480 struct refTables *srt = (struct refTables *)ctx; in LZ4_compressCtx()
670 struct refTables *srt = (struct refTables *)ctx; in LZ4_compress64kCtx()
858 memset(ctx, 0, sizeof (struct refTables)); in real_LZ4_compress()
875 _Static_assert(sizeof(struct refTables) <= 16384,
877 _Static_assert((sizeof(struct refTables) % 4096) == 0,
892 sizeof (struct refTables), 0, NULL, NULL, NULL, NULL, NULL, in lz4_init()
931 return (kmem_alloc(sizeof (struct refTables), flags)); in lz4_alloc()
937 kmem_free(ctx, sizeof (struct refTables)); in lz4_free()
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c375 struct refTables { struct
477 struct refTables *srt = (struct refTables *)ctx; in LZ4_compressCtx()
672 struct refTables *srt = (struct refTables *)ctx; in LZ4_compress64kCtx()
855 void *ctx = calloc(1, sizeof(struct refTables)); in real_LZ4_compress()
866 bzero(ctx, sizeof(struct refTables)); in real_LZ4_compress()
1032 lz4_ctx_cache = kmem_cache_create("lz4_ctx", sizeof(struct refTables), in lz4_init()