Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTXMarkets/ternfs
/ ternfs_sysctl_exit
Function
ternfs_sysctl_exit
kmod/sysctl.c:212–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
void __cold ternfs_sysctl_exit(void) {
213
ternfs_debug(
"sysctl exit"
);
214
215
unregister_sysctl_table(ternfs_callback_sysctl_table);
216
ternfs_callback_sysctl_table = NULL;
217
}
218
Callers
2
ternfs_init
Function · 0.85
ternfs_exit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected