Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c265 extern int sw_pending_size;
280 sw_pending_size -= PAGESIZE; in sw_getreq()
282 ASSERT(sw_pending_size >= 0); in sw_getreq()
299 sw_pending_size += PAGESIZE; in sw_putreq()
312 sw_pending_size += PAGESIZE; in sw_putbackreq()
H A Dswap_vnops.c455 int sw_pending_size; variable
537 sw_pending_size < klustsize && in swap_putpage()
627 sw_pending_size < klustsize && (arg = sw_getfree())) { in swap_putapage()