Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ hit
Method
hit
src/common/DecayCounter.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
*/
89
90
double hit(double v = 1.0) {
91
decay(v);
92
return val;
93
}
94
void adjust(double v = 1.0) {
95
decay(v);
96
}
Callers
15
trim
Method · 0.80
hit_export_target
Method · 0.80
hit_inode
Method · 0.80
hit_dir
Method · 0.80
touch_readdir_cap
Method · 0.80
recall_client_state
Method · 0.80
touch_cap
Method · 0.80
touch_cap_bottom
Method · 0.80
touch_lease
Method · 0.80
notify_cap_release
Method · 0.80
notify_recall_sent
Method · 0.80
hit_session
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64