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

Function kcsan_enable

freebsd/kern/subr_csan.c:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86/* -------------------------------------------------------------------------- */
87
88static void
89kcsan_enable(void *dummy __unused)
90{
91
92 printf("Enabling KCSCAN, expect reduced performance.\n");
93 kcsan_enabled = true;
94}
95SYSINIT(kcsan_enable, SI_SUB_SMP, SI_ORDER_SECOND, kcsan_enable, NULL);
96
97void

Callers

nothing calls this directly

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected