Searched defs:module_stat (Results 1 – 2 of 2) sorted by relevance
47 struct module_stat { struct48 long ms_pcnt; /* count of calls to put proc */49 long ms_scnt; /* count of calls to service proc */50 long ms_ocnt; /* count of calls to open proc */51 long ms_ccnt; /* count of calls to close proc */52 long ms_acnt; /* count of calls to admin proc */53 char *ms_xptr; /* pointer to private statistics */54 short ms_xsize; /* length of private statistics buffer */
453 module_stat(uintptr_t addr, const void *data, void *wsp) in module_stat() function