Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c70 static struct async_reqs *sw_ar, *sw_pendlist, *sw_freelist; variable
203 sw_freelist = sw_ar; in swapinit()
325 arg = sw_freelist; in sw_getfree()
327 sw_freelist = arg->a_next; in sw_getfree()
344 arg->a_next = sw_freelist; in sw_putfree()
345 sw_freelist = arg; in sw_putfree()