Home
last modified time | relevance | path

Searched refs:mount_zone (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
Dvfs_mount.c86 static uma_zone_t mount_zone; variable
134 mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL, in vfs_mount_init()
461 mp = uma_zalloc(mount_zone, M_WAITOK); in vfs_mount_alloc()
536 uma_zfree(mount_zone, mp); in vfs_mount_destroy()