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

Function racctd_init

freebsd/kern/kern_racct.c:1341–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339};
1340
1341static void
1342racctd_init(void)
1343{
1344 if (!racct_enable)
1345 return;
1346
1347 kproc_start(&racctd_kp);
1348}
1349SYSINIT(racctd, SI_SUB_RACCTD, SI_ORDER_FIRST, racctd_init, NULL);
1350
1351static void

Callers

nothing calls this directly

Calls 1

kproc_startFunction · 0.85

Tested by

no test coverage detected