Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c74 static struct async_reqs *sw_ar, *sw_pendlist, *sw_freelist; variable
187 sw_ar = (struct async_reqs *) in swapinit()
202 sw_freelist = sw_ar; in swapinit()
204 sw_ar[i].a_next = &sw_ar[i + 1]; in swapinit()