MCPcopy 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
253static inline uint64_t
254racct_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_growstackFunction · 0.50
vm_daemonFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected