Searched refs:clean_list (Results 1 - 2 of 2) sorted by relevance

/net/rds/
H A Dib_rdma.c76 struct llist_head clean_list; /* global unused & unamapped MRs */ member in struct:rds_ib_mr_pool
225 init_llist_head(&pool->clean_list);
272 ret = llist_del_first(&pool->clean_list);
596 if (llist_empty(&pool->clean_list))
624 llist_append_to_list(&pool->clean_list, &unmap_list);
671 llist_add_batch(clean_nodes->next, clean_tail, &pool->clean_list);
H A Diw_rdma.c69 struct list_head clean_list; /* unused & unamapped MRs */ member in struct:rds_iw_mr_pool
350 INIT_LIST_HEAD(&pool->clean_list);
393 if (!list_empty(&pool->clean_list)) {
394 ibmr = list_entry(pool->clean_list.next, struct rds_iw_mr, mapping.m_list);
503 list_splice_init(&pool->clean_list, &kill_list);
510 * moved to the clean_list.
536 list_splice(&unmap_list, &pool->clean_list);

Completed in 6 milliseconds