Searched refs:active_thins (Results 1 – 1 of 1) sorted by relevance
265 struct list_head active_thins; member657 list_for_each_entry_rcu(tc, &pool->active_thins, list) in error_retry_list_with_code()2309 if (!list_empty(&pool->active_thins)) { in get_first_thin()2310 tc = list_entry_rcu(pool->active_thins.next, struct thin_c, list); in get_first_thin()2323 list_for_each_entry_continue_rcu(tc, &pool->active_thins, list) { in get_next_thin()2794 list_for_each_entry_rcu(tc, &pool->active_thins, list) { in requeue_bios()2977 INIT_LIST_HEAD(&pool->active_thins); in pool_create()4261 list_add_tail_rcu(&tc->list, &tc->pool->active_thins); in thin_ctr()