Lines Matching defs:refTables
376 struct refTables {
480 struct refTables *srt = (struct refTables *)ctx;
670 struct refTables *srt = (struct refTables *)ctx;
858 memset(ctx, 0, sizeof (struct refTables));
872 * Should struct refTables get resized this may need to be revisited, hence
875 _Static_assert(sizeof(struct refTables) <= 16384,
876 "refTables too big for malloc");
877 _Static_assert((sizeof(struct refTables) % 4096) == 0,
878 "refTables not a multiple of page size");
892 sizeof (struct refTables), 0, NULL, NULL, NULL, NULL, NULL,
931 return (kmem_alloc(sizeof (struct refTables), flags));
937 kmem_free(ctx, sizeof (struct refTables));