Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ counter_u64_zero
Function
counter_u64_zero
freebsd/kern/subr_counter.c:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
#include <sys/counter.h>
45
46
void
47
counter_u64_zero(counter_u64_t c)
48
{
49
50
counter_u64_zero_inline(c);
51
}
52
53
uint64_t
54
counter_u64_fetch(counter_u64_t c)
Callers
12
pf_kkif_zero
Function · 0.85
pfioctl
Function · 0.85
pfr_clstats_kentries
Function · 0.85
pfr_clstats_ktable
Function · 0.85
sysctl_rack_clear
Function · 0.85
sysctl_handle_counter_u64
Function · 0.85
sysctl_handle_counter_u64_array
Function · 0.85
counter_ratecheck
Function · 0.85
ifmp_ring_reset_stats
Function · 0.85
reset_d
Function · 0.85
bpf_zero_counters
Function · 0.85
key_newsav
Function · 0.85
Calls
1
counter_u64_zero_inline
Function · 0.50
Tested by
no test coverage detected