Searched refs:hits_removed (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c803 apr_uint32_t hits_removed = (entry->hit_count + 1) >> 1; local
805 cache->hit_count -= hits_removed;
806 entry->hit_count -= hits_removed;

Completed in 88 milliseconds