Searched refs:file_zone (Results 1 – 1 of 1) sorted by relevance
98 static __read_mostly uma_zone_t file_zone; variable2232 fp = uma_zalloc(file_zone, M_WAITOK); in _falloc_noinstall()3861 uma_zfree(file_zone, fp); in _fdrop()5355 file_zone = uma_zcreate("Files", sizeof(struct file), NULL, NULL, in filelistinit()