Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ refcount_load
Function
refcount_load
freebsd/sys/refcount.h:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static __inline u_int
70
refcount_load(volatile u_int *count)
71
{
72
return (atomic_load_int(count));
73
}
74
75
static __inline u_int
76
refcount_acquire(volatile u_int *count)
Callers
15
kern_jail_set
Function · 0.85
get_next_prid
Function · 0.85
prison_remove_one
Function · 0.85
prison_free_locked
Function · 0.85
prison_free
Function · 0.85
prison_proc_free
Function · 0.85
prison_complete
Function · 0.85
prison_deref
Function · 0.85
prison_isalive
Function · 0.85
prison_isvalid
Function · 0.85
kern_cpuset.c
File · 0.85
fddrop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected