Searched refs:tmp_nswapfiles (Results 1 – 1 of 1) sorted by relevance
452 int tmp_nswapfiles; in swapctl() local634 tmp_nswapfiles = nswapfiles; in swapctl()640 if (tmp_nswapfiles < 1) { in swapctl()646 if (length < tmp_nswapfiles) in swapctl()657 csip = kmem_zalloc(tmp_nswapfiles * sizeof (struct swapinfo), in swapctl()660 nlen = tmp_nswapfiles * (gplen += 100); in swapctl()665 if (tmp_nswapfiles != nswapfiles) { in swapctl()669 tmp_nswapfiles * sizeof (struct swapinfo)); in swapctl()674 sip && nswap < tmp_nswapfiles; in swapctl()718 kmem_free(csip, tmp_nswapfiles * sizeof (struct swapinfo)); in swapctl()[all …]