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

Function kstat_create

freebsd/contrib/openzfs/lib/libzpool/kernel.c:132–137  ·  view source on GitHub ↗

* ========================================================================= * kstats * ========================================================================= */ ARGSUSED*/

Source from the content-addressed store, hash-verified

130 */
131/*ARGSUSED*/
132kstat_t *
133kstat_create(const char *module, int instance, const char *name,
134 const char *class, uchar_t type, ulong_t ndata, uchar_t ks_flag)
135{
136 return (NULL);
137}
138
139/*ARGSUSED*/
140void

Callers 15

zstd_initFunction · 0.85
fletcher_4_initFunction · 0.85
procfs_list_installFunction · 0.85
abd_initFunction · 0.85
zfs_dbgmsg_initFunction · 0.85
qat_initFunction · 0.85
abd_initFunction · 0.85
zfetch_initFunction · 0.85
dmu_tx_initFunction · 0.85
vdev_raidz_math_initFunction · 0.85
metaslab_stat_initFunction · 0.85
arc_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected