Home
last modified time | relevance | path

Searched defs:module_s (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/
Dmodule.h154 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 */
[all …]