Searched defs:scif_info (Results 1 – 2 of 2) sorted by relevance
79 struct scif_info { struct80 u8 nodeid;81 u8 maxid;82 u8 total;83 u32 nr_zombies;84 struct mutex eplock;85 struct mutex connlock;86 spinlock_t nb_connect_lock;87 spinlock_t port_lock;88 struct list_head uaccept;[all …]
19 struct scif_info scif_info = { variable