Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c93 static uma_zone_t mount_zone; variable
153 mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL, in vfs_mount_init()
495 mp = uma_zalloc(mount_zone, M_WAITOK); in vfs_mount_alloc()
595 uma_zfree(mount_zone, mp); in vfs_mount_destroy()