Lines Matching defs:real_evicted
3741 * Return *real_evicted for actual ARC size reduction to wake up threads
3747 arc_evict_hdr(arc_buf_hdr_t *hdr, uint64_t *real_evicted)
3760 *real_evicted = 0;
3795 *real_evicted += HDR_FULL_SIZE - HDR_L2ONLY_SIZE;
3799 *real_evicted += HDR_FULL_SIZE;
3844 *real_evicted += arc_hdr_size(hdr);
3861 *real_evicted += HDR_FULL_SIZE;
3888 uint64_t bytes_evicted = 0, real_evicted = 0;
3952 real_evicted += revicted;
3982 arc_evict_count += real_evicted;