Searched defs:refTables (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c374 struct refTables { struct
498 struct refTables *srt = (struct refTables *)ctx;
693 struct refTables *srt = (struct refTables *)ctx;
873 void *ctx = umem_zalloc(sizeof (struct refTables), UMEM_DEFAULT);
888 umem_free(ctx, sizeof (struct refTables));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c391 struct refTables { struct
521 struct refTables *srt = (struct refTables *)ctx;
716 struct refTables *srt = (struct refTables *)ctx;
896 void *ctx = kmem_zalloc(sizeof (struct refTables), KM_NOSLEEP);
911 kmem_free(ctx, sizeof (struct refTables));

Completed in 62 milliseconds