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

Function cluster_init

freebsd/kern/vfs_cluster.c:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88SYSINIT(cluster, SI_SUB_CPU, SI_ORDER_ANY, cluster_init, NULL);
89
90static void
91cluster_init(void *dummy)
92{
93
94 cluster_pbuf_zone = pbuf_zsecond_create("clpbuf", nswbuf / 2);
95}
96
97/*
98 * Read data to a buf, including read-ahead if we find this to be beneficial.

Callers

nothing calls this directly

Calls 1

pbuf_zsecond_createFunction · 0.85

Tested by

no test coverage detected