MCPcopy Create free account
hub / github.com/F-Stack/f-stack / prison_racct_hold

Function prison_racct_hold

freebsd/kern/kern_jail.c:4261–4268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4259}
4260
4261void
4262prison_racct_hold(struct prison_racct *prr)
4263{
4264
4265 ASSERT_RACCT_ENABLED();
4266
4267 refcount_acquire(&prr->prr_refcount);
4268}
4269
4270static void
4271prison_racct_free_locked(struct prison_racct *prr)

Callers 2

prison_racct_find_lockedFunction · 0.85

Calls 1

refcount_acquireFunction · 0.85

Tested by

no test coverage detected