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