Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h197 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
213 __kstat_create(m, i, n, c, t, s, f)
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h207 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
220 __kstat_create(m, i, n, c, t, s, f)
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c489 __kstat_create(const char *ks_module, int ks_instance, const char *ks_name, in __kstat_create() function
567 EXPORT_SYMBOL(__kstat_create);
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c287 __kstat_create(const char *module, int instance, const char *name, in __kstat_create() function