Searched defs:module_s (Results 1 – 1 of 1) sorted by relevance
154 struct module_s { struct155 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 */[all …]