Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDlz4.c367 struct refTables { struct
471 struct refTables *srt = (struct refTables *)ctx; in LZ4_compressCtx()
661 struct refTables *srt = (struct refTables *)ctx; in LZ4_compress64kCtx()
849 memset(ctx, 0, sizeof (struct refTables)); in real_LZ4_compress()
1021 _Static_assert(sizeof(struct refTables) <= 16384,
1023 _Static_assert((sizeof(struct refTables) % 4096) == 0,
1036 sizeof (struct refTables), 0, NULL, NULL, NULL, NULL, NULL, 0); in lz4_init()
1074 return (kmem_alloc(sizeof (struct refTables), flags)); in lz4_alloc()
1080 kmem_free(ctx, sizeof (struct refTables)); in lz4_free()
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
HDlz4.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()