Home
last modified time | relevance | path

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

/NextBSD/sys/vm/
HDswap_pager.c331 static struct swblock **swhash; variable
459 pswap = &swhash[(index ^ (int)(intptr_t)object) & swhash_mask]; in swp_pager_hash()
578 swhash = malloc(sizeof(struct swblock *) * n, M_VMPGDATA, M_WAITOK | M_ZERO); in swap_pager_swap_init()
1674 for (swap = swhash[i]; swap != NULL; swap = swap->swb_hnext) { in swap_pager_swapoff()