Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_getmaxfd
Function
ff_getmaxfd
freebsd/kern/kern_descrip.c:5221–5227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5219
}
5220
5221
int
5222
ff_getmaxfd(void)
5223
{
5224
struct thread *td = curthread;
5225
return getmaxfd(td);
5226
5227
}
5228
5229
#endif
5230
Callers
1
ff_mod_init
Function · 0.85
Calls
1
getmaxfd
Function · 0.85
Tested by
no test coverage detected