Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/vm/
Dvm_phys.c994 vm_paddr_t pa, pa_last, size; in vm_phys_alloc_contig() local
1037 pa_last = pa + size; in vm_phys_alloc_contig()
1040 if (pa >= pa_last) in vm_phys_alloc_contig()
1050 if (pa < pa_last) in vm_phys_alloc_contig()