Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ prison_unlock
Function
prison_unlock
freebsd/sys/jail.h:274–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
static __inline void
275
prison_unlock(struct prison *pr)
276
{
277
278
mtx_unlock(&pr->pr_mtx);
279
}
280
281
/* Traverse a prison's immediate children. */
282
#define FOREACH_PRISON_CHILD(ppr, cpr) \
Callers
15
shm_find_prison
Function · 0.85
shminit
Function · 0.85
shm_prison_check
Function · 0.85
shm_prison_set
Function · 0.85
shm_prison_get
Function · 0.85
shm_prison_remove
Function · 0.85
prison_priv_check
Function · 0.85
seminit
Function · 0.85
sem_find_prison
Function · 0.85
sem_prison_check
Function · 0.85
sem_prison_set
Function · 0.85
sem_prison_get
Function · 0.85
Calls
1
mtx_unlock
Function · 0.50
Tested by
no test coverage detected