Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ racct_get_available
Function
racct_get_available
freebsd/sys/racct.h:253–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
static inline uint64_t
254
racct_get_available(struct proc *p, int resource)
255
{
256
257
return (UINT64_MAX);
258
}
259
260
#define racct_create(x)
261
#define racct_destroy(x)
Callers
2
vm_map_growstack
Function · 0.50
vm_daemon
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected