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

Function racct_decay

freebsd/kern/kern_racct.c:1232–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232static void
1233racct_decay(void)
1234{
1235
1236 ASSERT_RACCT_ENABLED();
1237
1238 ui_racct_foreach(racct_decay_callback, racct_decay_pre,
1239 racct_decay_post, NULL, NULL);
1240 loginclass_racct_foreach(racct_decay_callback, racct_decay_pre,
1241 racct_decay_post, NULL, NULL);
1242 prison_racct_foreach(racct_decay_callback, racct_decay_pre,
1243 racct_decay_post, NULL, NULL);
1244}
1245
1246static void
1247racctd(void)

Callers 1

racctdFunction · 0.85

Calls 3

ui_racct_foreachFunction · 0.85
loginclass_racct_foreachFunction · 0.85
prison_racct_foreachFunction · 0.85

Tested by

no test coverage detected