Lines Matching refs:xlist_head
52 struct xlist_head xlist;
74 struct xlist_head drop_list; /* MRs that have reached their max_maps limit */
75 struct xlist_head free_list; /* unused MRs */
76 struct xlist_head clean_list; /* global unused & unamapped MRs */
263 static void refill_local(struct rds_ib_mr_pool *pool, struct xlist_head *xl, in refill_local()
266 struct xlist_head *ibmr_xl; in refill_local()
274 struct xlist_head *ret; in rds_ib_reuse_fmr()
534 static void xlist_append_to_list(struct xlist_head *xlist, struct list_head *list) in xlist_append_to_list()
537 struct xlist_head splice; in xlist_append_to_list()
538 struct xlist_head *cur; in xlist_append_to_list()
539 struct xlist_head *next; in xlist_append_to_list()
558 struct list_head *list, struct xlist_head *xlist, in list_append_to_xlist()
559 struct xlist_head **tail_ret) in list_append_to_xlist()
562 struct xlist_head *cur_mr = xlist; in list_append_to_xlist()
563 struct xlist_head *tail_mr = NULL; in list_append_to_xlist()
584 struct xlist_head clean_xlist; in rds_ib_flush_mr_pool()
585 struct xlist_head *clean_tail; in rds_ib_flush_mr_pool()