Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c3242 bool noreclaim; in pmap_pv_insert_pte1() local
3245 noreclaim = (flags & PMAP_ENTER_NORECLAIM) != 0; in pmap_pv_insert_pte1()
3246 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pte1()
3247 (pv = get_pv_entry(pmap, noreclaim)) == NULL) in pmap_pv_insert_pte1()
/f-stack/freebsd/i386/i386/
H A Dpmap.c2752 bool noreclaim; in pmap_pv_insert_pde() local
2755 noreclaim = (flags & PMAP_ENTER_NORECLAIM) != 0; in pmap_pv_insert_pde()
2756 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pde()
2757 (pv = get_pv_entry(pmap, noreclaim)) == NULL) in pmap_pv_insert_pde()