Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dib_rdma.c67 struct rds_ib_mr_pool { struct
68 unsigned int pool_type;
69 struct mutex flush_lock; /* serialize fmr invalidate */
70 struct delayed_work flush_worker; /* flush worker */
72 atomic_t item_count; /* total # of MRs */
73 atomic_t dirty_count; /* # dirty of MRs */
75 struct llist_head drop_list; /* MRs that have reached their max_maps limit */
76 struct llist_head free_list; /* unused MRs */
77 struct llist_head clean_list; /* global unused & unamapped MRs */
78 wait_queue_head_t flush_wait;
[all …]