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

Function racct_set

freebsd/sys/racct.h:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224static inline int
225racct_set(struct proc *p, int resource, uint64_t amount)
226{
227
228 return (0);
229}
230
231static inline void
232racct_set_force(struct proc *p, int resource, uint64_t amount)

Callers 10

exec_linux_imgactFunction · 0.50
kern_mlockFunction · 0.50
sys_mlockallFunction · 0.50
sys_munlockallFunction · 0.50
kern_munlockFunction · 0.50
kern_mmap_racct_checkFunction · 0.50
vmspace_container_resetFunction · 0.50
vm_map_growstackFunction · 0.50
kern_breakFunction · 0.50
vm_daemonFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected