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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c265 static struct zone *aio_workq_zonep; variable in typeref:struct:zone
1857 entryp = (aio_workq_entry *) zalloc( aio_workq_zonep );
1902 zfree( aio_workq_zonep, entryp );
2061 zfree( aio_workq_zonep, entryp );
2583 aio_workq_zonep = zinit( i, i * aio_max_requests, i * aio_max_requests, "aiowq" );

Completed in 71 milliseconds