Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_aio.c347 static uma_zone_t kaio_zone, aiop_zone, aiocb_zone, aiolio_zone; variable
417 aiop_zone = uma_zcreate("AIOP", sizeof(struct aioproc), NULL, in aio_onceonly()
1091 aiop = uma_zalloc(aiop_zone, M_WAITOK); in aio_daemon()
1157 uma_zfree(aiop_zone, aiop); in aio_daemon()