Searched refs:file_zone (Results 1 – 1 of 1) sorted by relevance
101 static uma_zone_t file_zone; variable1770 fp = uma_zalloc(file_zone, M_WAITOK | M_ZERO); in falloc_noinstall()2832 uma_zfree(file_zone, fp); in _fdrop()3879 file_zone = uma_zcreate("Files", sizeof(struct file), NULL, NULL, in filelistinit()