Searched defs:scif_info (Results 1 – 2 of 2) sorted by relevance
88 struct scif_info { struct89 u8 nodeid;90 u8 maxid;91 u8 total;92 u32 nr_zombies;93 struct mutex eplock;94 struct mutex connlock;95 spinlock_t nb_connect_lock;96 spinlock_t port_lock;97 struct list_head uaccept;[all …]
28 struct scif_info scif_info = { variable