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

/freebsd-9.3-release/sys/kern/
H A Dvfs_mount.c82 static uma_zone_t mount_zone; variable
130 mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL,
457 mp = uma_zalloc(mount_zone, M_WAITOK);
530 uma_zfree(mount_zone, mp);

Completed in 99 milliseconds