Searched refs:aio_workq_zonep (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c265 static struct zone *aio_workq_zonep; variable in typeref:struct:zone
1856 entryp = (aio_workq_entry *) zalloc( aio_workq_zonep );
1912 zfree( aio_workq_zonep, entryp );
2076 zfree( aio_workq_zonep, entryp );
2590 aio_workq_zonep = zinit( i, i * aio_max_requests, i * aio_max_requests, "aiowq" );

Completed in 23 milliseconds