Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDkstat.h115 char ks_module[KSTAT_STRLEN]; /* provider module name */ member
207 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/spl/
HDspl-kstat.c489 __kstat_create(const char *ks_module, int ks_instance, const char *ks_name, in __kstat_create() argument
495 ASSERT(ks_module); in __kstat_create()
528 kstat_proc_entry_init(&ksp->ks_proc, ks_module, ks_name); in __kstat_create()
/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/sys/
HDkstat.h75 char ks_module[KSTAT_STRLEN]; /* provider module name */ member
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDkstat.h197 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,