Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_descrip.c101 static uma_zone_t file_zone; variable
1770 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()