Searched refs:hpt_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libkvm/
H A Dkvm_private.h116 struct hpte *hpt_head[HPT_SIZE]; member in struct:hpt
H A Dkvm.c320 hpte->next = hpt->hpt_head[fnv];
321 hpt->hpt_head[fnv] = hpte;
357 for (hpte = hpt->hpt_head[fnv]; hpte != NULL; hpte = hpte->next) {
371 for (hpte = hpt->hpt_head[i]; hpte != NULL; hpte = next) {

Completed in 104 milliseconds