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

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c70 static struct async_reqs *sw_ar, *sw_pendlist, *sw_freelist; variable in typeref:struct:
276 arg = sw_pendlist;
278 sw_pendlist = arg->a_next;
297 arg->a_next = sw_pendlist;
298 sw_pendlist = arg;
310 arg->a_next = sw_pendlist;
311 sw_pendlist = arg;

Completed in 125 milliseconds