Home
last modified time | relevance | path

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

/linux/include/rdma/
A Drdmavt_mr.h51 struct rvt_lkey_table { struct
53 u32 max; /* size of the table */
54 u32 shift; /* lkey/rkey shift */
55 struct rvt_mregion __rcu **table;
58 spinlock_t lock ____cacheline_aligned_in_smp;
59 u32 next; /* next unused index (speeds search) */
60 u32 gen; /* generation count */

Completed in 4 milliseconds