MCPcopy 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
1556int
1557chgumtxcnt(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_regFunction · 0.70
umtx_shm_create_regFunction · 0.70

Calls 1

chglimitFunction · 0.70

Tested by

no test coverage detected