Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
962
void
963
sess_hold(struct session *s)
964
{
965
966
refcount_acquire(&s->s_count);
967
}
968
969
void
970
sess_release(struct session *s)
Callers
2
enterpgrp
Function · 0.85
vtprintf
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected