Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/ulp/iser/
Diser_verbs.c363 INIT_LIST_HEAD(&fr_pool->all_list); in iser_alloc_fastreg_pool()
375 list_add_tail(&desc->all_list, &fr_pool->all_list); in iser_alloc_fastreg_pool()
395 if (list_empty(&fr_pool->all_list)) in iser_free_fastreg_pool()
400 list_for_each_entry_safe(desc, tmp, &fr_pool->all_list, all_list) { in iser_free_fastreg_pool()
401 list_del(&desc->all_list); in iser_free_fastreg_pool()
Discsi_iser.h429 struct list_head all_list; member
443 struct list_head all_list; member