Searched refs:mw_list (Results 1 – 3 of 3) sorted by relevance
256 list_for_each_entry_safe(uobj, tmp, &context->mw_list, list) { in ib_uverbs_cleanup_ucontext()
372 INIT_LIST_HEAD(&ucontext->mw_list); in ib_uverbs_get_context()1166 list_add_tail(&uobj->list, &file->ucontext->mw_list); in ib_uverbs_alloc_mw()
1260 struct list_head mw_list; member