Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ chgumtxcnt
Function
chgumtxcnt
freebsd/kern/kern_resource.c:1556–1561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1554
}
1555
1556
int
1557
chgumtxcnt(struct uidinfo *uip, int diff, rlim_t max)
1558
{
1559
1560
return (chglimit(uip, &uip->ui_umtxcnt, diff, max,
"umtxcnt"
));
1561
}
Callers
2
umtx_shm_free_reg
Function · 0.70
umtx_shm_create_reg
Function · 0.70
Calls
1
chglimit
Function · 0.70
Tested by
no test coverage detected