Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h115 char ks_module[KSTAT_STRLEN+1]; /* provider module name */ member
207 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h75 char ks_module[KSTAT_STRLEN]; /* provider module name */ member
106 char ks_module[KSTAT_STRLEN]; member
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c554 __kstat_create(const char *ks_module, int ks_instance, const char *ks_name, in __kstat_create() argument
560 ASSERT(ks_module); in __kstat_create()
593 kstat_proc_entry_init(&ksp->ks_proc, ks_module, ks_name); in __kstat_create()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h197 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,