Searched refs:ks_module (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 115 char ks_module[KSTAT_STRLEN]; /* provider module name */ member 207 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 489 __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.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kstat.h | 197 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kstat.h | 75 char ks_module[KSTAT_STRLEN]; /* provider module name */ member
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | sym.c | 119 if (strcmp(ksp->ks_module, "cpu_info") == 0) { in fake_up_certain_popular_kernel_symbols()
|