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 | 55 * Pages are evicted when the cache is full and there is a cache 103 * metadata limit is reached and no buffers can be safely evicted. In 107 * the arc buffer holding the znode can be safely evicted. 127 * information about a block that was recently evicted. If a block is 133 * Blocks that are actively being referenced or have not been evicted 334 * Count of bytes evicted since boot. 346 * the requested amount of data to be evicted. For example, by default for 347 * every 2KB that's evicted, 1KB of it may be "reused" by a new allocation. 706 #define arc_need_free ARCSTAT(arcstat_need_free) /* waiting to be evicted */ 1757 * Allocates an ARC buf header that's in an evicted 4006 uint64_t evicted = arc_evict_hdr(hdr, &revicted); arc_evict_state_impl() local 4399 uint64_t evicted = 0; arc_flush_state() local 4900 uint64_t evicted = 0; arc_evict_cb() local 11582 boolean_t evicted = B_FALSE; l2arc_log_blkptr_valid() local [all...] |
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 1297 SYSCTL_COUNTER_U64(_vfs_cache_neg, OID_AUTO, evicted, CTLFLAG_RD, &neg_evicted, 1594 bool evicted; in cache_neg_evict() local 1634 evicted = false; in cache_neg_evict() 1642 evicted = true; in cache_neg_evict() 1648 return (evicted); in cache_neg_evict()
|