Searched refs:evicted (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/powerpc/ps3/ |
H A D | mmu_ps3.c | 246 struct lpte pte, evicted; in mps3_pte_insert() local 257 evicted.pte_hi = 0; in mps3_pte_insert() 262 &index, &evicted.pte_hi, &evicted.pte_lo); in mps3_pte_insert() 280 if (evicted.pte_hi) { in mps3_pte_insert() 281 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0, in mps3_pte_insert()
|
/freebsd/sys/powerpc/pseries/ |
H A D | mmu_phyp.c | 432 struct lpte evicted; in mphyp_pte_insert_locked() local 441 pte->pte_lo, &index, &evicted.pte_lo, &junk); in mphyp_pte_insert_locked() 458 pte->pte_hi, pte->pte_lo, &index, &evicted.pte_lo, &junk); in mphyp_pte_insert_locked() 473 struct lpte evicted; in mphyp_pte_evict_and_insert_locked() local 477 evicted.pte_hi = 0; in mphyp_pte_evict_and_insert_locked() 479 index = mphyp_pte_spillable_ident(pvo->pvo_pte.slot, &evicted); in mphyp_pte_evict_and_insert_locked() 485 index = mphyp_pte_spillable_ident(pvo->pvo_pte.slot, &evicted); in mphyp_pte_evict_and_insert_locked() 496 if (evicted.pte_hi & LPTE_VALID) { in mphyp_pte_evict_and_insert_locked() 498 evicted.pte_hi & LPTE_AVPN_MASK, 0, &junk, &lastptelo, in mphyp_pte_evict_and_insert_locked() 509 pte->pte_lo, &index, &evicted.pte_lo, &junk); in mphyp_pte_evict_and_insert_locked()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_api.h | 214 bool evicted; member
|
H A D | ttm_bo.c | 488 if (bo->evicted) { in ttm_bo_handle_move_mem() 492 bo->evicted = false; in ttm_bo_handle_move_mem() 853 bo->evicted = true; in ttm_bo_evict()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 3948 uint64_t evicted = arc_evict_hdr(hdr, &revicted); in arc_evict_state_impl() local 3951 bytes_evicted += evicted; in arc_evict_state_impl() 3959 if (evicted != 0) in arc_evict_state_impl() 4184 uint64_t evicted = 0; in arc_flush_state() local 4187 evicted += arc_evict_state(state, type, spa, ARC_EVICT_ALL); in arc_flush_state() 4193 return (evicted); in arc_flush_state() 4674 uint64_t evicted = 0; in arc_evict_cb() local 4679 evicted += arc_flush_state(arc_uncached, 0, ARC_BUFC_DATA, B_FALSE); in arc_evict_cb() 4680 evicted += arc_flush_state(arc_uncached, 0, ARC_BUFC_METADATA, B_FALSE); in arc_evict_cb() 4684 evicted += arc_evict(); in arc_evict_cb() [all …]
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 1243 SYSCTL_COUNTER_U64(_vfs_cache_neg, OID_AUTO, evicted, CTLFLAG_RD, &neg_evicted, 1541 bool evicted; in cache_neg_evict() local 1581 evicted = false; in cache_neg_evict() 1589 evicted = true; in cache_neg_evict() 1595 return (evicted); in cache_neg_evict()
|