Home
last modified time | relevance | path

Searched refs:to_fit_in (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDcache-membuffer.c1443 entry_t *to_fit_in) in ensure_data_insertable_l2() argument
1461 apr_uint64_t drop_hits_limit = (to_fit_in->hit_count + 1) in ensure_data_insertable_l2()
1462 * (apr_uint64_t)to_fit_in->priority; in ensure_data_insertable_l2()
1484 if (end >= to_fit_in->size + cache->l2.current_data) in ensure_data_insertable_l2()
1492 if (moved_size > 4 * to_fit_in->size && moved_count > 7) in ensure_data_insertable_l2()
1518 if (to_fit_in->priority < SVN_CACHE__MEMBUFFER_DEFAULT_PRIORITY) in ensure_data_insertable_l2()
1523 if ( entry->priority > to_fit_in->priority in ensure_data_insertable_l2()
1524 || entry->hit_count > to_fit_in->hit_count) in ensure_data_insertable_l2()
1544 keep = to_fit_in->priority == entry->priority in ensure_data_insertable_l2()
1545 ? entry->hit_count >= to_fit_in->hit_count in ensure_data_insertable_l2()
[all …]