Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c447 int tmp_nswapfiles; in swapctl() local
628 tmp_nswapfiles = nswapfiles; in swapctl()
630 if (length < tmp_nswapfiles) in swapctl()
641 csip = kmem_zalloc(tmp_nswapfiles * sizeof (struct swapinfo), in swapctl()
644 nlen = tmp_nswapfiles * (gplen += 100); in swapctl()
649 if (tmp_nswapfiles != nswapfiles) { in swapctl()
653 tmp_nswapfiles * sizeof (struct swapinfo)); in swapctl()
658 sip && nswap < tmp_nswapfiles; in swapctl()
702 kmem_free(csip, tmp_nswapfiles * sizeof (struct swapinfo)); in swapctl()
783 int tmp_nswapfiles; in swapctl32() local
[all …]