Searched defs:sw_freelist_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c164 ssize_t sw_freelist_size = klustsize / PAGESIZE * 2; local
189 kmem_zalloc(sw_freelist_size*sizeof (struct async_reqs), KM_SLEEP);
204 for (i = 0; i < sw_freelist_size - 1; i++)

Completed in 44 milliseconds