Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_main.h88 struct scif_info { struct
89 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 …]
Dscif_main.c28 struct scif_info scif_info = { variable