Searched refs:mount_zone (Results 1 – 1 of 1) sorted by relevance
114 static uma_zone_t mount_zone; variable186 mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL, in vfs_mount_init()668 mp = uma_zalloc(mount_zone, M_WAITOK); in vfs_mount_alloc()774 uma_zfree(mount_zone, mp); in vfs_mount_destroy()