Home
last modified time | relevance | path

Searched refs:all_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/ulp/iser/
Diser_verbs.c310 INIT_LIST_HEAD(&fr_pool->all_list); in iser_alloc_fastreg_pool()
322 list_add_tail(&desc->all_list, &fr_pool->all_list); in iser_alloc_fastreg_pool()
342 if (list_empty(&fr_pool->all_list)) in iser_free_fastreg_pool()
347 list_for_each_entry_safe(desc, tmp, &fr_pool->all_list, all_list) { in iser_free_fastreg_pool()
348 list_del(&desc->all_list); in iser_free_fastreg_pool()
Discsi_iser.h401 struct list_head all_list; member
415 struct list_head all_list; member