Home
last modified time | relevance | path

Searched refs:kstat_module_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c434 static kstat_module_t *
437 kstat_module_t *module = NULL; in kstat_find_module()
447 static kstat_module_t *
450 kstat_module_t *module; in kstat_create_module()
457 module = kmem_alloc(sizeof (kstat_module_t), KM_SLEEP); in kstat_create_module()
468 kstat_delete_module(kstat_module_t *module) in kstat_delete_module()
473 kmem_free(module, sizeof (kstat_module_t)); in kstat_delete_module()
637 kstat_module_t *module; in kstat_detect_collision()
672 kstat_module_t *module; in kstat_proc_entry_install()
735 kstat_module_t *module = kpep->kpe_owner; in kstat_proc_entry_delete()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h92 } kstat_module_t; typedef
103 kstat_module_t *kpe_owner; /* kstat module linkage */
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h101 } kstat_module_t; typedef
130 kstat_module_t *ks_owner; /* kstat module linkage */