Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ shm_hold
Function
shm_hold
freebsd/kern/uipc_shm.c:888–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
886
}
887
888
struct shmfd *
889
shm_hold(struct shmfd *shmfd)
890
{
891
892
refcount_acquire(&shmfd->shm_refs);
893
return (shmfd);
894
}
895
896
void
897
shm_drop(struct shmfd *shmfd)
Callers
4
kern_umtx.c
File · 0.85
shm_insert
Function · 0.85
kern_shm_open2
Function · 0.85
sys_shm_rename
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected