Searched refs:active_thins (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
H A Ddm-thin.c255 struct list_head active_thins; member in struct:pool
316 * iterating the active_thins list.
618 list_for_each_entry_rcu(tc, &pool->active_thins, list) error_retry_list_with_code()
2144 if (!list_empty(&pool->active_thins)) { get_first_thin()
2145 tc = list_entry_rcu(pool->active_thins.next, struct thin_c, list); get_first_thin()
2158 list_for_each_entry_continue_rcu(tc, &pool->active_thins, list) { get_next_thin()
2646 list_for_each_entry_rcu(tc, &pool->active_thins, list) { requeue_bios()
2832 INIT_LIST_HEAD(&pool->active_thins); pool_create()
3411 * Must requeue active_thins' bios and then resume pool_resume()
3412 * active_thins _before_ clearing 'suspend' flag. pool_resume()
4062 list_add_tail_rcu(&tc->list, &tc->pool->active_thins); thin_ctr()

Completed in 77 milliseconds