Lines Matching defs:module_s
154 struct module_s { struct
155 moduleid_t id; /* Module ID of this module */
157 spinlock_t lock; /* Lock for this structure */
160 cnodeid_t nodes[MAX_SLABS + 1];
161 geoid_t geoid[MAX_SLABS + 1];
162 struct {
165 } io[MAX_SLABS + 1];
168 int mesgpend; /* Message pending */
169 int shutdown; /* Shutdown in progress */
170 struct semaphore thdcnt; /* Threads finished counter */
171 time_t intrhist[MODULE_HIST_CNT];
172 int histptr;
174 int hbt_active; /* MSC heartbeat monitor active */
175 uint64_t hbt_last; /* RTC when last heartbeat sent */
178 union {
181 } snum;
182 int snum_valid;
184 int disable_alert;
185 int count_down;
188 char sys_snum[MAX_SERIAL_NUM_SIZE];
189 int sys_snum_valid;