Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_phys.c86 static int vm_phys_early_nsegs; variable
1601 if (vm_phys_early_nsegs == -1) in vm_phys_early_add_seg()
1603 if (vm_phys_early_nsegs == nitems(vm_phys_early_segs)) in vm_phys_early_add_seg()
1606 seg = &vm_phys_early_segs[vm_phys_early_nsegs++]; in vm_phys_early_add_seg()
1709 for (i = 0; i < vm_phys_early_nsegs; i++) { in vm_phys_early_startup()
1713 vm_phys_early_nsegs = -1; in vm_phys_early_startup()