Searched refs:evicted (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c55 * Pages are evicted when the cache is full and there is a cache
120 * information about a block that was recently evicted. If a block is
126 * Blocks that are actively being referenced or have not been evicted
501 * the only buffers that can be evicted or deleted. Within each
565 * Number of buffers that could not be evicted because the hash lock
617 * be evicted from the arc when it becomes unreferenced unless the
3677 * If this hdr is being evicted and has a compressed
3759 uint64_t evicted = arc_evict_hdr(hdr, hash_lock); local
3762 bytes_evicted += evicted;
3765 * If evicted i
3946 uint64_t evicted = 0; local
4589 uint64_t evicted = 0; local
[all...]
/freebsd-11-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c240 struct lpte pte, evicted; local
251 evicted.pte_hi = 0;
256 &index, &evicted.pte_hi, &evicted.pte_lo);
274 if (evicted.pte_hi) {
275 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0,
/freebsd-11-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c382 struct lpte evicted, pte; local
389 evicted.pte_hi = 0;
399 pte.pte_lo, &index, &evicted.pte_lo, &junk);
417 pte.pte_hi, pte.pte_lo, &index, &evicted.pte_lo, &junk);
434 index = mphyp_pte_spillable_ident(pvo->pvo_pte.slot, &evicted);
440 index = mphyp_pte_spillable_ident(pvo->pvo_pte.slot, &evicted);
451 if (evicted.pte_hi & LPTE_VALID) {
453 evicted.pte_hi & LPTE_AVPN_MASK, 0, &junk, &lastptelo,
464 pte.pte_lo, &index, &evicted.pte_lo, &junk);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c490 if (bo->evicted) {
494 bo->evicted = false;
855 bo->evicted = true;
917 * space, or we've evicted everything and there isn't enough space.
H A Dttm_bo_api.h156 * @evicted: Whether the object was evicted without user-space knowing.
215 bool evicted; member in struct:ttm_buffer_object

Completed in 106 milliseconds