• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/

Lines Matching defs:evicted

55  * Pages are evicted when the cache is full and there is a cache
103 * arc_meta_limit is reached and no buffers can be safely evicted. In
108 * be safely evicted.
128 * information about a block that was recently evicted. If a block is
134 * Blocks that are actively being referenced or have not been evicted
511 * the only buffers that can be evicted or deleted. Within each
592 * Number of buffers that could not be evicted because the hash lock
644 * be evicted from the arc when it becomes unreferenced unless the
3831 * If this hdr is being evicted and has a compressed
3913 uint64_t evicted = arc_evict_hdr(hdr, hash_lock);
3916 bytes_evicted += evicted;
3919 * If evicted is zero, arc_evict_hdr() must have
3923 if (evicted != 0)
3930 * For each header evicted, we wake up a single
4069 * In that case, we actually have evicted enough,
4112 uint64_t evicted = 0;
4115 evicted += arc_evict_state(state, spa, ARC_EVICT_ALL, type);
4121 return (evicted);
4249 * simply decrement the amount of data evicted from the MRU.
4585 * evicted from an arc state.
4902 uint64_t evicted = 0;
4905 evicted = arc_adjust();
4908 * If evicted is zero, we couldn't evict anything
4920 evicted > 0 && aggsum_compare(&arc_size, arc_c) > 0;
5366 * another prefetch (to make it less likely to be evicted).
5404 * was evicted from the cache. Move it to the
5444 * been evicted from the cache. Move it back to the
5624 * if we've issued an I/O for an evicted buffer, we've already
6045 * 4. The L2ARC entry wasn't evicted, which may
7339 /* Use B_TRUE to ensure *all* buffers are evicted */
7451 * 2. The L2ARC attempts to cache data from the ARC before it is evicted.
7483 * evicted, then the L2ARC has cached a buffer much sooner than it probably
7974 * If the 'all' boolean is set, every buffer is evicted.
8041 * We've evicted to the target address,
8170 * it's invalid for this header to have been evicted out
8291 * l2arc_evict() will already have evicted ahead for this case.