Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/ulp/iser/
Diser_verbs.c182 INIT_LIST_HEAD(&fr_pool->all_list); in iser_alloc_fastreg_pool()
194 list_add_tail(&desc->all_list, &fr_pool->all_list); in iser_alloc_fastreg_pool()
215 if (list_empty(&fr_pool->all_list)) in iser_free_fastreg_pool()
220 list_for_each_entry_safe(desc, tmp, &fr_pool->all_list, all_list) { in iser_free_fastreg_pool()
221 list_del(&desc->all_list); in iser_free_fastreg_pool()
Discsi_iser.h344 struct list_head all_list; member
359 struct list_head all_list; member
/Linux-v5.15/fs/
Dio-wq.c45 struct list_head all_list; member
97 struct list_head all_list; member
188 list_del_rcu(&worker->all_list); in io_worker_exit()
650 list_add_tail_rcu(&worker->all_list, &wqe->all_list); in io_init_new_worker()
778 list_for_each_entry_rcu(worker, &wqe->all_list, all_list) { in io_wq_for_each_worker()
1107 INIT_LIST_HEAD(&wqe->all_list); in io_wq_create()