Lines Matching refs:btree
18 in erase block sized buckets, and it uses a hybrid btree/log to track cached
388 the way cache coherency is handled for cache misses. If a btree node is full,
393 cause the btree node to be split, and you need almost no write traffic for
394 this to not show up enough to be noticeable (especially since bcache's btree
520 Average data per key in the btree.
529 Amount of memory currently used by the btree cache
563 Percentage of the root btree node in use. If this gets too high the node
571 Depth of the btree (A single node btree has depth 0).
582 duration: garbage collection, btree read, btree node sorts and btree splits.
588 Total nodes in the btree.
591 Average fraction of btree in use.
597 Longest chain in the btree node cache's hash table
616 Sum of all btree writes, in (kilo/mega/giga) bytes
642 Sum of all non data writes (btree writes and all other metadata).