Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c440 if (strncmp(name, module->ksm_name, KSTAT_STRLEN) == 0) in kstat_find_module()
459 strlcpy(module->ksm_name, name, KSTAT_STRLEN+1); in kstat_create_module()
471 remove_proc_entry(module->ksm_name, proc_spl_kstat); in kstat_delete_module()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h88 char ksm_name[KSTAT_STRLEN+1]; /* module name */ member
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h97 char ksm_name[KSTAT_STRLEN+1]; /* module name */ member