refTables
struct refTables *srt = (struct refTables *)ctx;
struct refTables *srt = (struct refTables *)ctx;
void *ctx = kmem_zalloc(sizeof (struct refTables), KM_NOSLEEP);
void *ctx = calloc(1, sizeof (struct refTables));
kmem_free(ctx, sizeof (struct refTables));