Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_mount.c91 static uma_zone_t mount_zone; variable
151 mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL, in vfs_mount_init()
531 mp = uma_zalloc(mount_zone, M_WAITOK); in vfs_mount_alloc()
630 uma_zfree(mount_zone, mp); in vfs_mount_destroy()