Home
last modified time | relevance | path

Searched refs:cluster_init (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cluster.c55 static void cluster_init(void *);
75 SYSINIT(cluster, SI_SUB_CPU, SI_ORDER_ANY, cluster_init, NULL);
78 cluster_init(void *dummy) in cluster_init() function