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

Function sess_hold

freebsd/kern/kern_proc.c:962–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962void
963sess_hold(struct session *s)
964{
965
966 refcount_acquire(&s->s_count);
967}
968
969void
970sess_release(struct session *s)

Callers 2

enterpgrpFunction · 0.85
vtprintfFunction · 0.85

Calls 1

refcount_acquireFunction · 0.85

Tested by

no test coverage detected