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

Function l2arc_start

freebsd/contrib/openzfs/module/zfs/arc.c:9695–9703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9693}
9694
9695void
9696l2arc_start(void)
9697{
9698 if (!(spa_mode_global & SPA_MODE_WRITE))
9699 return;
9700
9701 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0,
9702 TS_RUN, defclsyspri);
9703}
9704
9705void
9706l2arc_stop(void)

Callers 1

spa_initFunction · 0.85

Calls 1

thread_createFunction · 0.85

Tested by

no test coverage detected