Searched defs:hfi1_lkey_table (Results 1 – 1 of 1) sorted by relevance
651 struct hfi1_lkey_table { struct652 spinlock_t lock; /* protect changes in this struct */653 u32 next; /* next unused index (speeds search) */654 u32 gen; /* generation count */655 u32 max; /* size of the table */656 struct hfi1_mregion __rcu **table;