Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst162 To know where the alternative bucket of the evicted entry is, a mechanism called partial-key hashin…
163 If there is room in the alternative bucket, the evicted entry
208 are evicted to their secondary location.
H A Dmember_lib.rst212 overwritten or evicted when the hash table becomes full, it will also have a
229 element that was evicted from the set-summary may still be present in the target
237 used elements) will automatically and eventually get evicted from the
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c4132 uint64_t evicted = arc_evict_hdr(hdr, hash_lock); in arc_evict_state_impl() local
4135 bytes_evicted += evicted; in arc_evict_state_impl()
4142 if (evicted != 0) in arc_evict_state_impl()
4345 uint64_t evicted = 0; in arc_flush_state() local
4354 return (evicted); in arc_flush_state()
4929 uint64_t evicted = 0; in arc_evict_cb() local
4933 evicted = arc_evict(); in arc_evict_cb()
4948 evicted > 0 && aggsum_compare(&arc_size, arc_c) > 0; in arc_evict_cb()
10524 boolean_t evicted = B_FALSE; in l2arc_log_blkptr_valid() local
10546 evicted = in l2arc_log_blkptr_valid()
[all …]
/f-stack/freebsd/kern/
H A Dvfs_cache.c1053 SYSCTL_COUNTER_U64(_vfs_cache_neg, OID_AUTO, evicted, CTLFLAG_RD, &neg_evicted,
1351 bool evicted; in cache_neg_evict() local
1391 evicted = false; in cache_neg_evict()
1399 evicted = true; in cache_neg_evict()
1405 return (evicted); in cache_neg_evict()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst337 evicted entry in an alternative location, using a secondary hash function.