Searched refs:refTables (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 367 struct refTables { struct 472 struct refTables *srt = (struct refTables *)ctx; in LZ4_compressCtx() 663 struct refTables *srt = (struct refTables *)ctx; in LZ4_compress64kCtx() 851 memset(ctx, 0, sizeof (struct refTables)); in real_LZ4_compress() 1023 _Static_assert(sizeof(struct refTables) <= 16384, 1025 _Static_assert((sizeof(struct refTables) % 4096) == 0, 1038 sizeof (struct refTables), 0, NULL, NULL, NULL, NULL, NULL, 0); in lz4_init() 1076 return (kmem_alloc(sizeof (struct refTables), flags)); in lz4_alloc() 1082 kmem_free(ctx, sizeof (struct refTables)); in lz4_free()
|