Searched refs:vm_object_hash (Results 1 – 4 of 4) sorted by relevance
94 struct vm_object_hash **swindexp);96 struct vm_object_hash *swindex, vm_object_t object);183 static struct vm_object_hash *swindex; in vm_swapcached_thread()221 swindex = &vm_object_hash[0]; in vm_swapcached_thread()703 vm_swapcache_cleaning(swmarker_t *marker, struct vm_object_hash **swindexp) in vm_swapcache_cleaning()825 if (++*swindexp >= &vm_object_hash[VMOBJ_HSIZE]) in vm_swapcache_cleaning()826 *swindexp = &vm_object_hash[0]; in vm_swapcache_cleaning()830 if (*swindexp != &vm_object_hash[0]) in vm_swapcache_cleaning()844 vm_swapcache_movemarker(swmarker_t *marker, struct vm_object_hash *swindex, in vm_swapcache_movemarker()
132 struct vm_object_hash vm_object_hash[VMOBJ_HSIZE]; variable144 struct vm_object_hash *154 return (&vm_object_hash[(hash1 ^ hash2) & VMOBJ_HMASK]); in vmobj_hash()392 struct vm_object_hash *hash; in _vm_object_allocate()450 TAILQ_INIT(&vm_object_hash[i].list); in vm_object_init1()451 lwkt_token_init(&vm_object_hash[i].token, "vmobjlst"); in vm_object_init1()749 struct vm_object_hash *hash; in vm_object_terminate()1832 struct vm_object_hash *hash; in DB_SHOW_COMMAND()1841 hash = &vm_object_hash[n]; in DB_SHOW_COMMAND()1941 struct vm_object_hash *hash; in DB_SHOW_COMMAND()[all …]
251 struct vm_object_hash { struct256 extern struct vm_object_hash vm_object_hash[VMOBJ_HSIZE]; argument
2164 struct vm_object_hash *hash; in swap_pager_swapoff()2174 hash = &vm_object_hash[n]; in swap_pager_swapoff()